UNPKG

tav-ui

Version:
4 lines (3 loc) 207 B
import type { ContextMenuOptions } from './types'; export declare const createContextMenu: (options: ContextMenuOptions) => Promise<unknown> | undefined; export declare const destroyContextMenu: () => void;