mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
1cb644d476
* fix: fix control value not show in dom * chore: update title * add test case * change test title * fix: cleared color should change after controlled value changed * chore: code clean * test: change test * comment * fix: should respect empty string * test: add test case * chore: update demo --------- Co-authored-by: tanghui <yoyo837@hotmail.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: lijianan <574980606@qq.com>
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
import ColorPicker from './ColorPicker';
|
|
|
|
export type { ColorPickerProps } from './interface';
|
|
export type { Color } from './color';
|
|
|
|
export default ColorPicker;
|