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 / dist / components / presets / Checkout / GuestUser / MultipleShipping / MultipleShipping.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 exotic_1 = require("exotic");

const GuestUser_1 = require("../../../../abstractions/Checkout/GuestUser");

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

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

}

MultipleShipping.defaultProps = {
  className: '',
  handleShippingMethodChange: exotic_1.NO_OP,
  // renderProps
  renderProductItem: renderProps_1.defaultRenderProductItem,
  renderShippingAddress: renderProps_1.defaultRenderShippingAddress,
  renderShippingMethod: renderProps_1.defaultRenderShippingMethod,
  renderDeliveryInstruction: renderProps_1.defaultRenderDeliveryInstruction
};
exports.MultipleShipping = MultipleShipping;
exports.default = MultipleShipping; //# sourceMappingURL=MultipleShipping.js.map