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 Approval_1 = require("../../../abstractions/B2B/Approval");
const renderProps_1 = require("./renderProps");
class Approval extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(Approval_1.Approval, Object.assign({}, this.props));
}
}
Approval.defaultProps = {
className: '',
renderHeaderView: renderProps_1.defaultRenderHeaderView,
renderExpandableView: renderProps_1.defaultRenderExpandabelView
};
exports.Approval = Approval;
exports.default = Approval; //# sourceMappingURL=Approval.js.map