UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

8 lines (5 loc) 151 B
import { createContext } from 'react'; const AnalyticsContext = /*#__PURE__*/createContext({ analytics: undefined }); export { AnalyticsContext };