UNPKG

352 BJavaScriptView Raw
1export * from './classNames/index';
2export * from './styles/index';
3export * from './utilities/index';
4export * from './MergeStyles';
5import './version';
6// Ensure theme is initialized when this package is referenced.
7import { initializeThemeInCustomizations } from './styles/theme';
8initializeThemeInCustomizations();
9//# sourceMappingURL=index.js.map
\No newline at end of file