@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
9 lines • 393 B
TypeScript
/// <reference types="react" />
import type { TurnkeyCallbacks, TurnkeyProviderConfig } from "../types/base";
/** @internal */
export declare function TurnkeyProvider({ children, config, callbacks, }: {
children: React.ReactNode;
config: TurnkeyProviderConfig;
callbacks?: TurnkeyCallbacks;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TurnkeyProvider.d.ts.map