UNPKG

@turnkey/react-wallet-kit

Version:

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

12 lines 604 B
import type { StamperType } from "@turnkey/core"; import { type Address, type WalletId, type PrivateKeyId, ExportType } from "../../types/base"; import type { IframeStamper } from "@turnkey/iframe-stamper"; export declare function ExportWarning(props: { target: WalletId | PrivateKeyId | Address; exportIframeClient?: IframeStamper | null; targetPublicKey?: string | undefined; exportType: ExportType; setExportIframeVisible?: (visible: boolean) => void; stampWith?: StamperType | undefined; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExportWarning.d.ts.map