Outlook_Addin_LLM/node_modules/@fluentui/dom-utilities/lib-commonjs/getEventTarget.d.ts

2 lines
75 B
TypeScript
Raw Normal View History

export declare const getEventTarget: (event: Event) => HTMLElement | null;