UNPKG

@skbkontur/ui-kit

Version:

8 lines (7 loc) 180 B
export interface InternalMenuStyles { background?: string; 'box-shadow'?: string; } export declare const getInternalMenuTheme: (base?: any) => { [key: string]: any; };