mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 01:11:26 +08:00
2cdf586291
* chore: fix lint * chore: fix lint * test: fix 16 * fix: lint
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
import React from 'react';
|
|
import { ColorPicker } from 'antd';
|
|
|
|
const Demo = () => <ColorPicker />;
|
|
|
|
export default Demo;
|