UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

15 lines 362 B
export function getStyles(props) { var _a = props; return { root: [ 'ms-ShimmerTile-root', { width: '100%', height: '100%', display: 'flex', flexDirection: 'column' } ] }; } //# sourceMappingURL=ShimmerTile.styles.js.map