UNPKG

@evermade/overflow-slider

Version:

Accessible slider that is powered by overflow: auto.

10 lines (7 loc) 327 B
import { DeepPartial, Slider } from '../core/index.d2.ts'; type DragScrollingOptions = { draggedDistanceThatPreventsClick: number; }; declare function DragScrollingPlugin(args?: DeepPartial<DragScrollingOptions>): (slider: Slider) => void; export { DragScrollingPlugin as default }; export type { DragScrollingOptions };