UNPKG

reablocks

Version:
6 lines (5 loc) 194 B
export interface ContextMenuTheme { /** CSS class applied to the trigger when the context menu is enabled. */ enabled: string; } export declare const contextMenuTheme: ContextMenuTheme;