UNPKG

@rc-component/mentions

Version:
5 lines 248 B
/* tslint:disable: no-object-literal-type-assertion */ import * as React from 'react'; // We will never use default, here only to fix TypeScript warning const MentionsContext = /*#__PURE__*/React.createContext(null); export default MentionsContext;