UNPKG
rhythm-in-iron5
Version:
latest (31.5.556)
31.5.556
rhythm-in-iron5
github.com/rhythm-in-iron5/rhythm-in-iron5
rhythm-in-iron5/rhythm-in-iron5
rhythm-in-iron5
/
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 });