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