Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
@skava/ui
/
dist
/
components
/
presets
/
Subscription
/
PaymentInformationForm
/
PaymentInformationForm.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const PaymentInformationForm_1 = require("../../../abstractions/Subscription/PaymentInformationForm");
const renderProps_1 = require("./renderProps");
class PaymentInformationForm extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(PaymentInformationForm_1.PaymentInformationForm, Object.assign({}, this.props));
}
}
PaymentInformationForm.defaultProps = {
className: '',
renderForm: renderProps_1.defaultRenderForm
};
exports.PaymentInformationForm = PaymentInformationForm;
exports.default = PaymentInformationForm; //# sourceMappingURL=PaymentInformationForm.js.map