UNPKG

@plandalf/react

Version:

React checkout components for Plandalf Checkout — an embedded and popup checkout alternative to Stripe Checkout and SamCart, with a built-in billing portal.

4 lines (3 loc) 255 B
import type { CheckoutConfig, CheckoutHookReturn } from '../types'; /** @deprecated Use NumiStandardCheckout, NumiPopupEmbed, NumiFullScreenEmbed instead */ export declare const useCheckout: (offer: string, config?: CheckoutConfig) => CheckoutHookReturn;