@difizen/mana-app
Version:
18 lines • 573 B
TypeScript
import type { MenuPath, MenuItem } from '@difizen/mana-core';
export declare const MAIN_MENU_BAR: MenuPath;
export declare const SETTINGS_MENU: MenuPath;
export declare const ACCOUNTS_MENU: MenuPath;
export declare const ACCOUNTS_SUBMENU: string[];
export declare const MenuInstance: unique symbol;
export interface MenuItemRenderProps {
item: MenuItem;
root: boolean;
}
export type MenuData = any | any[];
export interface MenuItemState {
id: string;
enable: boolean;
visible: boolean;
active: boolean;
}
//# sourceMappingURL=menu-protocol.d.ts.map