UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

18 lines 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getStyles(props) { var _a = props; return { root: [ 'ms-ShimmerTile-root', { width: '100%', height: '100%', display: 'flex', flexDirection: 'column' } ] }; } exports.getStyles = getStyles; //# sourceMappingURL=ShimmerTile.styles.js.map