UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

12 lines (11 loc) 330 B
import noop from 'lodash/noop'; import { getContext, Symbols } from 'choerodon-ui/shared'; var BoardContext = getContext(Symbols.BoardContext, { changeActiveKey: noop, queryFields: [], saveCustomized: noop, getConfig: noop, getProPrefixCls: noop }); export default BoardContext; //# sourceMappingURL=BoardContext.js.map