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

9 lines (8 loc) 333 B
export declare class EventExtensions { private static isSupported; private static isPassiveEventListenerSupported; private static passiveEventListener; static activeListener(): boolean | AddEventListenerOptions; static passiveListener(): boolean | AddEventListenerOptions; static emptyListener(): Function; }