2 lines
147 B
TypeScript
2 lines
147 B
TypeScript
export declare function on(element: Element | Window | Document, eventName: string, callback: (ev: Event) => void, options?: boolean): () => void;
|