UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 180 B
import ColorPicker from './ColorPicker'; export type { ColorPickerProps } from './interface'; export type { AggregationColor as Color } from './color'; export default ColorPicker;