This commit is contained in:
Adam LaCombe
2018-08-05 20:19:01 -04:00
parent 235aa2118a
commit 92dc264feb
11 changed files with 132 additions and 57 deletions
+1
View File
@@ -0,0 +1 @@
export declare function injectStyles(shadowRootElement: HTMLElement, insertBeforeSelector: string, styles: string): void;