mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-12 14:40:22 +08:00
@@ -8,6 +8,11 @@ import {
|
||||
import type { MenuSubProps } from '../menu.types';
|
||||
|
||||
export type SubMenuContent = {
|
||||
/**
|
||||
* Customize submenu's title
|
||||
* @default "Back"
|
||||
*/
|
||||
title?: string;
|
||||
items: ReactNode;
|
||||
contentOptions?: MenuSubProps['subContentOptions'];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user