UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

5 lines (4 loc) 149 B
import { FC } from 'react'; import { ColorPickerProps } from './types'; declare const ColorPicker: FC<ColorPickerProps>; export default ColorPicker;