mirror of
https://gitee.com/shuto-github/Shadow-DOM-inject-styles.git
synced 2026-04-03 00:00:02 +08:00
2 lines
122 B
TypeScript
2 lines
122 B
TypeScript
export declare function injectStyles(shadowRootElement: HTMLElement, insertBeforeSelector: string, styles: string): void;
|