import React from 'react';
import { ColorPicker } from 'antd';
export default () => <ColorPicker showText disabled />;