UNPKG

reablocks

Version:
8 lines (7 loc) 244 B
export interface PopoverTheme { /** CSS class applied to the root popover container. */ base: string; /** CSS class applied when padding is disabled. */ disablePadding: string; } export declare const popoverTheme: PopoverTheme;