mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import { ColorPicker } from 'antd';
|
|
import React from 'react';
|
|
|
|
export default () => <ColorPicker allowClear />;
|