@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
8 lines • 388 B
TypeScript
import type { WalletAccount } from "@turnkey/core";
interface ConnectWalletModalProps {
successPageDuration?: number | undefined;
onSuccess: (type: "connect" | "disconnect", account: WalletAccount) => void;
}
export declare function ConnectWalletModal(props: ConnectWalletModalProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ConnectWallet.d.ts.map