Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / presets / B2B / Approval / ApprovalStatus / ApprovalStatus.js
Size: Mime:
"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