UNPKG

@turnkey/react-wallet-kit

Version:

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

12 lines 443 B
import { StamperType } from "@turnkey/core"; export declare function UpdatePhoneNumber(params: { successPageDuration?: number | undefined; organizationId: string; userId: string; onSuccess: (userId: string) => void; onError: (error: any) => void; title?: string; subTitle?: string; stampWith?: StamperType | undefined; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UpdatePhoneNumber.d.ts.map