Preparing search index...
    interface InputColorPickerPrefixProps {
        color: string;
        elementRef?: RefObject<HTMLDivElement>;
    }
    Index

    Properties

    Properties

    color: string
    elementRef?: RefObject<HTMLDivElement>