UNPKG

@turnkey/react-wallet-kit

Version:

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

9 lines 307 B
interface DeveloperErrorProps { developerTitle?: string; developerMessages?: string[]; userTitle?: string; userMessages?: string[]; } export declare function DeveloperError(props: DeveloperErrorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Failure.d.ts.map