interface HTMLColorPickerOptions {
    value: string;
}

Properties

Properties

value: string

A hexadecimal string representation of the color.