@fluentui/react-northstar
Version:
A themable React component library.
25 lines (22 loc) • 803 B
JavaScript
exports.__esModule = true;
exports.attachmentBodyClassName = exports.AttachmentBody = void 0;
var _reactBindings = require("@fluentui/react-bindings");
var _utils = require("../../utils");
var _Box = require("../Box/Box");
var attachmentBodyClassName = 'ui-attachment__body';
/**
* An AttachmentBody provides a slot for header and description in the Attachment.
*/
exports.attachmentBodyClassName = attachmentBodyClassName;
var AttachmentBody = (0, _reactBindings.compose)(_Box.Box, {
className: attachmentBodyClassName,
displayName: 'AttachmentBody',
overrideStyles: true,
shorthandConfig: {
mappedProp: 'content'
}
});
exports.AttachmentBody = AttachmentBody;
AttachmentBody.propTypes = _utils.commonPropTypes.createCommon();
//# sourceMappingURL=AttachmentBody.js.map
;