UNPKG

@skbkontur/ui-kit

Version:

6 lines (5 loc) 423 B
export declare type ControlState = 'default' | 'hover' | 'active' | 'focus' | 'disabled'; export declare const CONTROL_STATES: ControlState[]; export declare type ThemeStyles<T extends string, S> = Partial<Record<T, S>>; export declare type Source = 'meaning' | 'base' | 'gradients' | 'strokes' | 'shadows'; export declare function getThemeColor(colors: Record<Source, Record<string, string>>, colorToken: string): string;