@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
12 lines • 438 B
TypeScript
import type { StamperType } from "@turnkey/core";
export declare function RemoveEmail(params: {
userId?: string;
title?: string;
subTitle?: string;
successPageDuration?: number | undefined;
onSuccess: (userId: string) => void;
onError: (error: any) => void;
stampWith?: StamperType | undefined;
organizationId?: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RemoveEmail.d.ts.map