/**
* Interface of context menu options that can be passed when opening a context menu.
*/exportinterfaceContextMenuOptions<D = any> {
data?: D;
closeOnLeftCLick?: boolean;
closeOnLeftClickPriority?: number;
}
//# sourceMappingURL=context-menu-options.d.ts.map