UNPKG
car-box-high
Version:
latest (5.4.34)
5.4.34
car-box-high
github.com/car-box-high/car-box-high
car-box-high/car-box-high
car-box-high
/
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 });