MentionsContext.js 246 B

12345
  1. /* tslint:disable: no-object-literal-type-assertion */
  2. import * as React from 'react';
  3. // We will never use default, here only to fix TypeScript warning
  4. var MentionsContext = /*#__PURE__*/React.createContext(null);
  5. export default MentionsContext;