export interface ColorProps { disabled?: boolean; value: string; simple?: boolean; onChange: (value: string) => void; }