UNPKG

@hugogo/angular-grid-layout-hugo

Version:

Grid Layout with draggable and resizable items for Angular

13 lines (12 loc) 594 B
/** * Checks whether the user's browser supports passive event listeners. * See: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md */ export declare function ktdSupportsPassiveEventListeners(): boolean; /** * Normalizes an `AddEventListener` object to something that can be passed * to `addEventListener` on any browser, no matter whether it supports the * `options` parameter. * @param options Object to be normalized. */ export declare function ktdNormalizePassiveListenerOptions(options: AddEventListenerOptions): AddEventListenerOptions | boolean;