2025-07-04 15:36:51 +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;