interface InputColorPickerPrefixProps {
    color: string;
    elementRef?: RefObject<HTMLDivElement>;
}

Properties

Properties

color: string
elementRef?: RefObject<HTMLDivElement>