@fluentui/react-northstar
Version:
A themable React component library.
20 lines (18 loc) • 447 B
JavaScript
exports.__esModule = true;
exports.skeletonLineStyles = void 0;
var skeletonLineStyles = {
root: function root(_ref) {
var p = _ref.props,
v = _ref.variables;
return {
display: 'block',
width: p.width,
height: p.height,
backgroundColor: v.lineBackground,
margin: v.lineMargin
};
}
};
exports.skeletonLineStyles = skeletonLineStyles;
//# sourceMappingURL=skeletonLineStyles.js.map
;