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

    Interface HandlesObject

    interface HandlesObject {
        activeHandleID: string;
        getHandleProps: GetHandleProps;
        handles: SliderItem[];
    }
    Index

    Properties

    activeHandleID: string
    getHandleProps: GetHandleProps
    handles: SliderItem[]