UNPKG

@turnkey/react-wallet-kit

Version:

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

9 lines 362 B
type AuthComponentProps = { sessionKey?: string | undefined; logo?: string | undefined; logoClassName?: string | undefined; title?: string | undefined; }; export declare function AuthComponent({ sessionKey, logo, logoClassName, title, }: AuthComponentProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map