UNPKG

@skbkontur/ui-kit

Version:

10 lines (9 loc) 214 B
export interface ButtonStateStyles { color?: string; background?: string; 'box-shadow'?: string; border?: string; } export declare const getButtonTheme: (base?: any) => { [key: string]: any; };