UNPKG

@moveflow/widget

Version:

> ⚠️ **This is a testnet version** of the MoveFlow Checkout Widget. It is intended for development and testing purposes only. Do not use for mainnet payments.

11 lines (10 loc) 341 B
import { Payment } from "../model/subscription"; interface SubscriptionProps { payment: Payment; primaryColor: string; fontFamily: string; borderRadius: number; chainName: string; } declare function SubscriptionButton(props: SubscriptionProps): import("react/jsx-runtime").JSX.Element; export default SubscriptionButton;