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
/
lib
/
Option.js
11 lines
(10 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
Option
=
function
Option
(
) {
return
null
; };
var
_default =
Option
;
exports
.
default
= _default;