UNPKG

@spot-flow/vue-spotflow-checkout

Version:

This **Spotflow Vue.js library** wraps around the [inline library](https://github.com/Spotflow-One/spotflow-checkout-inline), which enables users to make payments seamlessly. It integrates smoothly into your Vue.js application, providing a streamlined ch

10 lines (9 loc) 172 B
declare global { interface Window { SpotflowCheckout: { CheckoutForm: any; }; } } declare const _default: any; export default _default;