UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

8 lines (5 loc) 154 B
import { createContext } from 'react'; const ThemedContext = /*#__PURE__*/createContext({ isDark: true // default value }); export { ThemedContext };