UNPKG

@foblex/drag-toolkit

Version:

A TypeScript library providing foundational classes and utilities for implementing drag-and-drop functionality in Angular applications, with support for both mouse and touch events, and designed to work with or without Angular’s NgZone (zoneless applicati

6 lines (5 loc) 180 B
export * from './i-mouse-event'; export * from './i-pointer-event'; export * from './i-touch-down-event'; export * from './i-touch-move-event'; export * from './i-touch-up-event';