UNPKG
react-masked-mentions
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
React Mentions
github.com/react-component/mentions
react-component/mentions
react-masked-mentions
/
es
/
MentionsContext.js
5 lines
•
246 B
JavaScript
View Raw
1
2
3
4
5
/* tslint:disable: no-object-literal-type-assertion */
import
*
as
React
from
'react'
;
// We will never use default, here only to fix TypeScript warning
var
MentionsContext
=
/*#__PURE__*/
React
.
createContext
(
null
);
export
default
MentionsContext
;