@fluentui/react-northstar
Version:
A themable React component library.
15 lines (14 loc) • 353 B
JavaScript
export var cardPreviewStyles = {
root: function root(_ref) {
var p = _ref.props,
v = _ref.variables;
return Object.assign({
margin: v.previewMargin
}, p.horizontal && {
margin: v.previewMarginHorizontal
}, p.fitted && {
margin: v.fittedPreviewMargin
});
}
};
//# sourceMappingURL=cardPreviewStyles.js.map