UNPKG

@turnkey/react-wallet-kit

Version:

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

9 lines (6 loc) 192 B
'use client'; import { createContext } from 'react'; /** @internal */ var ClientContext = /*#__PURE__*/createContext(undefined); export { ClientContext }; //# sourceMappingURL=Types.mjs.map