Variable defaultColorPickerStylesConst
defaultColorPickerStyles: {
colorInputs: {
className: string;
style: CSSProperties;
};
colorPicker: {
className: string;
style: CSSProperties;
};
colorPreview: {
className: string;
style: CSSProperties;
};
container: {
className: string;
style: CSSProperties;
};
hexInput: {
className: string;
style: CSSProperties;
};
hueSlider: {
className: string;
style: CSSProperties;
};
hueSliderCursor: {
className: string;
style: CSSProperties;
};
saturationValueArea: {
className: string;
style: CSSProperties;
};
saturationValueCursor: {
className: string;
style: CSSProperties;
};
} = ...