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.

4 lines (3 loc) 158 B
import { WidgetProps } from "./Widget"; declare const WidgetImpl: (props: WidgetProps) => import("react/jsx-runtime").JSX.Element; export default WidgetImpl;