import ColorPicker from "../colorpicker.spec";

export const ColorPickerDisabled = (props: any) => <ColorPicker disabled={true} {...props} />;
