export interface IColorPickerConfiguration {
    width?: number;
    height?: number;
    borderRadius?: number;
}
