UNPKG

@skbkontur/ui-kit

Version:

9 lines (8 loc) 253 B
export interface MenuItemStyles { color?: string; background?: string; } export declare type MenuItemThemeState = 'default' | 'hover' | 'selected' | 'disabled'; export declare const getMenuItemtheme: (base?: any) => { [key: string]: any; };