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