mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 23:50:52 +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;
|