@uifabric/styling
Version:
Styling helpers for Fluent UI React.
9 lines • 352 B
JavaScript
export * from './classNames/index';
export * from './styles/index';
export * from './utilities/index';
export * from './MergeStyles';
import './version';
// Ensure theme is initialized when this package is referenced.
import { initializeThemeInCustomizations } from './styles/theme';
initializeThemeInCustomizations();
//# sourceMappingURL=index.js.map