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-presets / dist / presets / Subscription / SubscriptionOrderInformation / SubscriptionOrderInformation.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 Subscription_1 = require("../../../abstractions/Subscription");

const renderProps_1 = require("./renderProps");

class SubscriptionOrderInformation extends react_1.default.PureComponent {
  render() {
    return react_1.default.createElement(Subscription_1.SubscriptionOrderInformation, Object.assign({}, this.props));
  }

}

SubscriptionOrderInformation.defaultProps = {
  className: '',
  // renderprops
  renderOrderInformation: renderProps_1.defaultRenderOrderInformation,
  renderDeliveryInformation: renderProps_1.defaultRenderDeliveryInformation
};
exports.SubscriptionOrderInformation = SubscriptionOrderInformation;
exports.default = SubscriptionOrderInformation;