mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
828db96962
* chore: fix ColorPicker parameters' type * chore: improve code * chore: update
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;
|