@fluentui/react-northstar
Version:
A themable React component library.
13 lines (12 loc) • 332 B
JavaScript
export var attachmentDescriptionStyles = {
root: function root(_ref) {
var v = _ref.variables;
return {
display: 'block',
fontSize: v.descriptionFontSize,
fontWeight: v.descriptionFontWeight,
lineHeight: v.descriptionLineHeight
};
}
};
//# sourceMappingURL=attachmentDescriptionStyles.js.map