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
/
Option.js
4 lines
•
73 B
JavaScript
View Raw
1
2
3
4
var
Option
=
function
Option
(
) {
return
null
; };
export
default
Option
;