@fluentui/react-northstar
Version:
A themable React component library.
22 lines (20 loc) • 515 B
JavaScript
exports.__esModule = true;
exports.skeletonShapeStyles = void 0;
var skeletonShapeStyles = {
root: function root(_ref) {
var p = _ref.props,
v = _ref.variables;
return Object.assign({
display: 'block',
width: p.width,
height: p.height,
backgroundColor: v.shapeBackground,
margin: v.shapeMargin
}, p.round && {
borderRadius: '50%'
});
}
};
exports.skeletonShapeStyles = skeletonShapeStyles;
//# sourceMappingURL=skeletonShapeStyles.js.map
;