Repository URL to install this package:
|
Version:
2.1.0 ▾
|
@skava/ui-presets
/
dist
/
presets
/
Subscription
/
SubscriptionOrderInformation
/
SubscriptionOrderInformation.js
|
|---|
"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;