fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
17 lines (13 loc) • 406 B
JavaScript
/**
* fomantic-ui-react v0.0.1-alpha.10
* (c) 2022 FireLoong <fireloong@foxmail.com>
* @license MIT
*/
import { createContext } from 'react';
import defaultLocale from '../locale/zh_CN.js';
var defaultContext = {
locale: defaultLocale
};
var ConfigContext = /*#__PURE__*/createContext(defaultContext);
export { ConfigContext as default, defaultContext };
//# sourceMappingURL=ConfigContext.js.map