fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
22 lines (16 loc) • 518 B
JavaScript
/**
* fomantic-ui-react v0.0.1-alpha.10
* (c) 2022 FireLoong <fireloong@foxmail.com>
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
var locale_zh_CN = require('../locale/zh_CN.js');
var defaultContext = {
locale: locale_zh_CN["default"]
};
var ConfigContext = /*#__PURE__*/React.createContext(defaultContext);
exports["default"] = ConfigContext;
exports.defaultContext = defaultContext;
//# sourceMappingURL=ConfigContext.js.map