UNPKG

167 BTypeScriptView Raw
1import * as React from 'react';
2import { IColorPickerProps } from './ColorPicker.types';
3export declare const ColorPicker: React.FunctionComponent<IColorPickerProps>;