Interface IColorFiltersProps

    interface IColorFiltersProps {
        colors: TGeometryColor[];
        setFilter: Dispatch<SetStateAction<undefined | TGeometryColor>>;
    }

    Properties

    Properties

    colors: TGeometryColor[]
    setFilter: Dispatch<SetStateAction<undefined | TGeometryColor>>

    Generated using TypeDoc and TypeDoc Airthium Plugin