UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

23 lines 822 B
define(["require", "exports", "../../../Styling"], function (require, exports, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GlobalClassNames = { root: 'ms-ShimmerElementsGroup-root' }; function getStyles(props) { var flexWrap = props.flexWrap, theme = props.theme; var classNames = Styling_1.getGlobalClassNames(GlobalClassNames, theme); return { root: [ classNames.root, { display: 'flex', alignItems: 'center', flexWrap: flexWrap ? 'wrap' : 'nowrap' } ] }; } exports.getStyles = getStyles; }); //# sourceMappingURL=ShimmerElementsGroup.styles.js.map