mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
2cdf586291
* chore: fix lint * chore: fix lint * test: fix 16 * fix: lint
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import React from 'react';
|
|
import { ColorPicker } from 'antd';
|
|
|
|
export default () => <ColorPicker showText disabled />;
|