Interface IColorFilterProps

    interface IColorFilterProps {
        color: TGeometryColor;
        setFilter: Dispatch<SetStateAction<undefined | TGeometryColor>>;
    }

    Properties

    Properties

    setFilter: Dispatch<SetStateAction<undefined | TGeometryColor>>

    Generated using TypeDoc and TypeDoc Airthium Plugin