Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib-amd/dom/on.d.ts

2 lines
147 B
TypeScript

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