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