@fluentui/react-northstar
Version:
A themable React component library.
28 lines (25 loc) • 950 B
JavaScript
exports.__esModule = true;
exports.attachmentDescriptionClassName = exports.AttachmentDescription = void 0;
var _reactBindings = require("@fluentui/react-bindings");
var _utils = require("../../utils");
var _Box = require("../Box/Box");
var attachmentDescriptionClassName = 'ui-attachment__description';
/**
* A AttachmentDescription provides more detailed information about the Attachment.
*/
exports.attachmentDescriptionClassName = attachmentDescriptionClassName;
var AttachmentDescription = (0, _reactBindings.compose)(_Box.Box, {
className: attachmentDescriptionClassName,
displayName: 'AttachmentDescription',
overrideStyles: true,
shorthandConfig: {
mappedProp: 'content'
}
});
exports.AttachmentDescription = AttachmentDescription;
AttachmentDescription.defaultProps = {
as: 'span'
};
AttachmentDescription.propTypes = _utils.commonPropTypes.createCommon();
//# sourceMappingURL=AttachmentDescription.js.map
;