@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
8 lines • 329 B
TypeScript
import type { WalletProvider } from "@turnkey/core";
interface LinkWalletModalProps {
providers: WalletProvider[];
successPageDuration?: number | undefined;
}
export declare function LinkWalletModal(props: LinkWalletModalProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=LinkWallet.d.ts.map