Skip to content

Commit 11e1d1e

Browse files
authored
fix(blazorui): resolve BitTheme js api issues in BlazorUI after adding target property to tsconfig #10219 (#10220)
1 parent fbcdbb2 commit 11e1d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BlazorUI/Bit.BlazorUI/Utils/Theme/bit-theme.ts

+2
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ class BitTheme {
8989

9090
BitTheme.init(options);
9191
}());
92+
93+
(window as any).BitTheme = BitTheme;

0 commit comments

Comments
 (0)