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    
Size: Mime:
import * as React from 'react';
import { ShippingMethodsView } from '@skava/packages/features/ShippingMethods';
import { ShippingMethodsButton } from './ShippingMethodsButton';
class ShippingMethod extends React.Component {
    render() {
        return (React.createElement(React.Fragment, null,
            React.createElement(ShippingMethodsView, null),
            React.createElement(ShippingMethodsButton, null)));
    }
}
export { ShippingMethod };
export default ShippingMethod;
//# sourceMappingURL=ShippingMethod.js.map