mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import ColorPicker from './ColorPicker';
|
|
|
|
export type { ColorPickerProps } from './interface';
|
|
export type { AggregationColor as Color } from './color';
|
|
|
|
export default ColorPicker;
|