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 exotic_1 = require("exotic");
const Approval_1 = require("../../../../abstractions/B2B/Approval");
const renderProps_1 = require("./renderProps");
class ApprovalStatus extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(Approval_1.ApprovalStatus, Object.assign({}, this.props));
}
}
ApprovalStatus.defaultProps = {
className: '',
// renderProps
renderButton: renderProps_1.defaultRenderButton,
renderUserInformation: renderProps_1.defaultRenderUserInformation,
renderOrderInformation: renderProps_1.defaultRenderOrderInformation,
//
onUserName: exotic_1.NO_OP
};
exports.ApprovalStatus = ApprovalStatus;
exports.default = ApprovalStatus; //# sourceMappingURL=ApprovalStatus.js.map