replace-compound-slider API - v4.0.3
    Preparing search index...

    Type Alias HandlesProps

    type HandlesProps = {
        children: (handlesObject: HandlesObject) => React.ReactNode;
    }
    Index

    Properties

    Properties

    children: (handlesObject: HandlesObject) => React.ReactNode

    A function to render the handles. The function receives an object with an array of handles and functions to get handle props ({ handles, getHandleProps }): element