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

8 lines (7 loc) 233 B
import type { SpotflowPaymentOptions } from '../types'; declare global { interface Window { SpotflowCheckout: any; } } export declare function useSpotflowPayment(): (options: SpotflowPaymentOptions) => Promise<void>;