UNPKG

@dfinity/gix-components

Version:
9 lines (8 loc) 315 B
import { Menu } from "../types/menu"; export declare const MENU_ATTRIBUTE = "menu"; export declare const LOCALSTORAGE_MENU_KEY = "nnsMenu"; export declare const initMenu: () => Menu | undefined; export declare const applyMenu: ({ menu, preserve, }: { menu: Menu; preserve?: boolean | undefined; }) => void;