UNPKG
instead-best-top8
Version:
latest (9.2.841)
9.2.841
instead-best-top8
github.com/instead-best-top8/instead-best-top8
instead-best-top8/instead-best-top8
instead-best-top8
/
dist
/
esm
/
web3-config-provider
/
context.js
5 lines
•
173 B
JavaScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
defaultLocale
from
"../locale/default.js"
;
export
var
ConfigContext
=
/*#__PURE__*/
React
.
createContext
({
defaultLocale
: defaultLocale });