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