UNPKG

@turnkey/react-wallet-kit

Version:

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

12 lines 567 B
import { type WalletConnectAppEntry } from "@turnkey/core"; interface WalletConnectAppChainSelectorProps { apps: WalletConnectAppEntry[]; onSelect: (app: WalletConnectAppEntry) => Promise<void>; } /** * A chain selector specifically for WalletConnect app entries. * Displays available chains for a wallet app and allows the user to select one. */ export declare function WalletConnectAppChainSelector(props: WalletConnectAppChainSelectorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WalletConnectAppChainSelector.d.ts.map