@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
8 lines • 375 B
TypeScript
import { type WalletProvider } from "@turnkey/core";
interface ShowAllWalletsScreenProps {
onSelect: (provider: WalletProvider) => Promise<void>;
onSelectQRCode: () => Promise<void>;
}
export declare function ShowAllWalletsScreen(props: ShowAllWalletsScreenProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ShowAllWalletsScreen.d.ts.map