UNPKG

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