Repository URL to install this package:
|
Version:
2.7.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const UserComment_1 = require("../../../../abstractions/B2B/Approval/UserComment");
const renderProps_1 = require("./renderProps");
class UserComment extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(UserComment_1.UserComment, Object.assign({}, this.props));
}
}
UserComment.defaultProps = {
className: '',
// renderProps
renderFormFields: renderProps_1.defaultRenderFormFields
};
exports.UserComment = UserComment;
exports.default = UserComment; //# sourceMappingURL=UserComment.js.map