UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 190 B
import * as React from 'react'; import { ColorPickerProps } from './ColorPicker.types'; declare const ColorPicker: React.VoidFunctionComponent<ColorPickerProps>; export default ColorPicker;