@coin-voyage/paykit
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
8 lines (7 loc) • 322 B
TypeScript
import { WalletConfiguration } from "@coin-voyage/crypto/types/wallet";
import { type PropsWithChildren } from "react";
export declare function WalletProvider({ children, config }: PropsWithChildren<{
config?: Partial<{
walletConfig?: WalletConfiguration;
}>;
}>): import("react/jsx-runtime").JSX.Element;