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

    Type Alias TrackEventHandlers

    type TrackEventHandlers = {
        onMouseDown: (event: React.MouseEvent) => void;
        onTouchStart: (event: React.TouchEvent) => void;
    }
    Index

    Properties

    onMouseDown: (event: React.MouseEvent) => void
    onTouchStart: (event: React.TouchEvent) => void