We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcdbb2 commit 11e1d1eCopy full SHA for 11e1d1e
src/BlazorUI/Bit.BlazorUI/Utils/Theme/bit-theme.ts
@@ -89,3 +89,5 @@ class BitTheme {
89
90
BitTheme.init(options);
91
}());
92
+
93
+(window as any).BitTheme = BitTheme;
0 commit comments