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

4 lines (3 loc) 187 B
export { useSpotflowPayment } from './composables/useSpotflowPayment'; export { default as SpotflowButton } from './spotflow.vue'; export type { SpotflowPaymentOptions, } from './types';