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