import React from 'react';
import { ColorPicker } from 'antd';
const Demo = () => <ColorPicker disabledAlpha />;
export default Demo;