@coveo/headless-react
    Preparing search index...

    Type Alias NumericFacet

    NumericFacet: CoreCommerceFacet<NumericRangeRequest, NumericFacetValue> & {
        setRanges: (ranges: NumericRangeRequest[]) => void;
        state: NumericFacetState;
    } & FacetControllerType<"numericalRange">

    The NumericFacet sub-controller offers a high-level programming interface for implementing numeric commerce facet UI component.

    Type declaration