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

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