UNPKG

vue-final-modal

Version:

The most powerful yet most light-weight modal library for Vue 3.

6 lines (5 loc) 180 B
export declare const getPosition: (e: TouchEvent | MouseEvent) => { x: number; y: number; }; export declare function checkPassiveEventSupport(document: Document): boolean;