UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

4 lines (3 loc) 282 B
import type { TCheckoutSessionExpanded, TLineItemExpanded } from '@blocklet/payment-types'; import type { CheckoutScenario } from '../types'; export declare function detectScenario(session: TCheckoutSessionExpanded | null | undefined, items: TLineItemExpanded[]): CheckoutScenario;