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
/
index.d.ts
5 lines
(4 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
import
Mentions
from
'./Mentions'
;
import
type
{
MentionsProps
}
from
'./Mentions'
;
export
type
{
MentionsProps
};
export
default
Mentions
;