UNPKG

@turnkey/react-wallet-kit

Version:

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

7 lines 271 B
import { type TurnkeyProviderConfig } from "../../types/base"; interface ModalRootProps { config: TurnkeyProviderConfig; } export declare function ModalRoot(props: ModalRootProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Root.d.ts.map