2025-07-14 10:54:06 +08:00

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;