UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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