@multiplayer-app/session-recorder-browser
Version:
Multiplayer Fullstack Session Recorder for Browser
11 lines • 415 B
TypeScript
/**
* 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