Files
Shadow-DOM-inject-styles/dist/index.d.ts
T
2018-12-04 09:18:12 -05:00

2 lines
123 B
TypeScript

export declare function injectStyles(shadowRootElement: HTMLElement, insertBeforeSelector: string, styles: string): void;