UNPKG

246 BTypeScriptView Raw
1import { FC } from 'react';
2import { ControlProps, ColorValue, ColorConfig } from './types';
3export declare type ColorProps = ControlProps<ColorValue> & ColorConfig;
4export declare const ColorControl: FC<ColorProps>;
5export default ColorControl;