UNPKG

@turnkey/react-wallet-kit

Version:

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

7 lines 242 B
interface PasskeyButtonsProps { onLogin: () => void; onSignUp: () => void; } export declare function PasskeyButtons(props: PasskeyButtonsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Passkey.d.ts.map