UNPKG

@multiplayer-app/session-recorder-browser

Version:
11 lines 415 B
/** * DOM utility functions */ export declare function insertTrustedHTML(element: HTMLElement | ShadowRoot, html: string): void; /** * Injects CSS styles into a ShadowRoot * @param shadowRoot - The shadow root to inject styles into * @param cssText - The CSS text to inject */ export declare function injectStylesIntoShadowRoot(shadowRoot: ShadowRoot, cssText: string): void; //# sourceMappingURL=dom.d.ts.map