mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
|
import ColorPicker from './ColorPicker';
|
||
|
|
||
|
export type { Color } from './color';
|
||
|
export type { ColorPickerProps } from './ColorPicker';
|
||
|
|
||
|
export default ColorPicker;
|