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.

5 lines (4 loc) 200 B
import React from 'react'; import { PopupEmbedProps } from '../types'; export declare const OfferPopupEmbed: React.FC<PopupEmbedProps>; export declare const NumiPopupEmbed: React.FC<PopupEmbedProps>;