UNPKG

fluid-dnd

Version:

An agnostic drag and drop library to sort all kind of lists. With current support for vue 3 and svelte

4 lines (3 loc) 278 B
export declare const isTouchEvent: (event: MouseEvent | TouchEvent) => event is TouchEvent; export declare const IsHTMLElement: (element: Element | undefined) => element is HTMLElement; export declare const IsMouseEvent: (event: MouseEvent | TouchEvent) => event is MouseEvent;