UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

14 lines (12 loc) 502 B
import { ContextMenuItem } from "./type.mjs"; import "@floating-ui/react"; //#region src/ContextMenu/store.d.ts declare const showContextMenu: (items: ContextMenuItem[]) => void; /** * Update menu items while keeping current anchor/position. * Useful for interactive menu items (e.g. checkbox) to avoid re-positioning. */ declare const updateContextMenuItems: (items: ContextMenuItem[]) => void; //#endregion export { showContextMenu, updateContextMenuItems }; //# sourceMappingURL=store.d.mts.map