UNPKG

@cgi-learning-hub/ui

Version:

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

6 lines (5 loc) 160 B
import { FC } from 'react'; import { CustomSVGProps } from './types'; export declare const ColorPickerIcon: FC<CustomSVGProps & { onClick?: () => void; }>;