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

7 lines
254 B
TypeScript
Raw Normal View History

export declare const DATA_PORTAL_ATTRIBUTE = "data-portal-element";
/**
* Identify element as a portal by setting an attribute.
* @param element - Element to mark as a portal.
*/
export declare function setPortalAttribute(element: HTMLElement): void;