UNPKG

choerodon-ui

Version:

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

7 lines (5 loc) 361 B
import { getContext, Symbols } from 'choerodon-ui/shared'; // We will never use default, here only to fix TypeScript warning var MentionsContext = getContext(Symbols.MentionsContext, null); export var MentionsContextProvider = MentionsContext.Provider; export var MentionsContextConsumer = MentionsContext.Consumer; //# sourceMappingURL=MentionsContext.js.map