UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

7 lines (6 loc) 286 B
import type { BillingIntervalData } from '@blocklet/payment-react-headless'; interface BillingToggleProps { billingInterval: BillingIntervalData | null; } export default function BillingToggle({ billingInterval }: BillingToggleProps): import("react").JSX.Element | null; export {};