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