@malga-checkout/react
Version:
React specific wrapper for Malga Checkout core components
8 lines • 398 B
JavaScript
/* eslint-disable */
/* tslint:disable */
/* auto-generated react proxies */
import { createReactComponent } from './react-component-lib';
import { applyPolyfills, defineCustomElements, } from '@malga-checkout/core/loader';
applyPolyfills().then(() => defineCustomElements());
export const MalgaCheckout = /*@__PURE__*/ createReactComponent('malga-checkout');
//# sourceMappingURL=components.js.map