UNPKG

@workday/canvas-kit-labs-react

Version:

Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functi

21 lines 561 B
export declare enum SearchTheme { Light = 0, Dark = 1, Transparent = 2 } export interface SearchThemeAttributes { background?: string; backgroundFocus?: string; backgroundHover?: string; color?: string; colorFocus?: string; placeholderColor?: string; placeholderColorFocus?: string; boxShadow?: string | string[]; boxShadowFocus?: string | string[]; } export interface SearchThemes { [key: string]: SearchThemeAttributes; } export declare const searchThemes: SearchThemes; //# sourceMappingURL=themes.d.ts.map