Repository URL to install this package:
Version:
0.9.7 ▾
|
ui-component-library
/
dist
/
components
/
presets
/
Subscription
/
PaymentInformationCard
/
PaymentInformationCard.js
|
---|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const PaymentInformationCard_1 = require("abstractions/Subscription/PaymentInformationCard");
const renderProps_1 = require("./renderProps");
class PaymentInformationCard extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(PaymentInformationCard_1.PaymentInformationCard, Object.assign({}, this.props));
}
}
PaymentInformationCard.defaultProps = {
className: '',
//
renderHeader: renderProps_1.defaultRenderHeader,
renderItem: renderProps_1.defaultRenderItem,
renderForm: renderProps_1.defaultRenderForm,
};
exports.PaymentInformationCard = PaymentInformationCard;
exports.default = PaymentInformationCard;
//# sourceMappingURL=PaymentInformationCard.js.map