UNPKG

@turnkey/react-wallet-kit

Version:

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

10 lines 519 B
import { TurnkeyError, v1AddressFormat, v1WalletAccountParams } from "@turnkey/sdk-types"; import { type StamperType } from "@turnkey/core"; export declare function ImportComponent(params: { defaultWalletAccounts?: v1AddressFormat[] | v1WalletAccountParams[]; onSuccess: (walletId: string) => void; onError: (error: TurnkeyError) => void; successPageDuration?: number | undefined; stampWith?: StamperType | undefined; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Import.d.ts.map