Repository URL to install this package:
|
Version:
2.7.6 ▾
|
@skava/ui
/
dist
/
components
/
abstractions
/
Checkout
/
RegisteredUser
/
SingleCartProduct
/
SingleShipping
/
SingleShipping.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const AnimatedExpandableCard_1 = require("../../../../../presets/AnimatedExpandableCard");
const renderProps_1 = require("./renderProps");
class SingleShipping extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(AnimatedExpandableCard_1.AnimatedExpandableCard, Object.assign({
renderFooterView: renderProps_1.defaultRenderFooterView
}, this.props));
}
}
SingleShipping.defaultProps = {
className: '',
// renderProps
renderHeaderView: renderProps_1.defaultRenderHeaderView,
renderExpandableView: renderProps_1.defaultRenderExpandableView
};
exports.SingleShipping = SingleShipping;
exports.default = SingleShipping; //# sourceMappingURL=SingleShipping.js.map