@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
9 lines • 422 B
TypeScript
import { type Address, type WalletId, type PrivateKeyId, ExportType } from "../../types/base";
import type { StamperType } from "@turnkey/core";
export declare function ExportComponent(params: {
target: WalletId | PrivateKeyId | Address;
exportType: ExportType;
targetPublicKey?: string;
stampWith?: StamperType | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Export.d.ts.map