UNPKG

@turnkey/react-wallet-kit

Version:

The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.

6 lines 243 B
interface WalletAuthButtonProps { onContinue: () => Promise<void>; } export declare function WalletAuthButton(props: WalletAuthButtonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WalletAuthButton.d.ts.map