ant-design/components/color-picker/index.tsx

7 lines
182 B
TypeScript

import ColorPicker from './ColorPicker';
export type { ColorPickerProps } from './interface';
export type { AggregationColor as Color } from './color';
export default ColorPicker;