UNPKG

174 BTypeScriptView Raw
1import type { IColorPickerStyleProps, IColorPickerStyles } from './ColorPicker.types';
2export declare const getStyles: (props: IColorPickerStyleProps) => IColorPickerStyles;