UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

3 lines (2 loc) 177 B
import type { PayKitConfig } from "../types"; export declare const PayKitProvider: ({ apiKey, environment, ...props }: PayKitConfig) => import("react/jsx-runtime").JSX.Element;