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