UNPKG

147 BTypeScriptView Raw
1export declare function on(element: Element | Window | Document, eventName: string, callback: (ev: Event) => void, options?: boolean): () => void;