4 lines
247 B
TypeScript
4 lines
247 B
TypeScript
import type { SupportElement } from 'any-touch';
|
|
import type { NativeEvent } from '@any-touch/shared';
|
|
export default function (el: SupportElement, catchEvent: (e: NativeEvent) => void, options?: boolean | AddEventListenerOptions): () => void;
|