UNPKG

drag-drop-polyfill

Version:

Polyfill for making HTML5 drag and drop possible in all browsers.

7 lines 324 B
import { DragImageTranslateOverrideFn } from "./drag-drop-polyfill"; export interface ScrollOptions { threshold?: number; velocityFn: (velocity: number, threshold: number) => number; } export declare const scrollBehaviourDragImageTranslateOverride: DragImageTranslateOverrideFn; export as namespace DragDropPolyfill;