UNPKG
prosemirror-suggestions
Version:
latest (0.2.0)
0.2.0
ProseMirror plugin for suggestions (i.e. mentions, tags)
prosemirror-suggestions
/
src
/
index.js
7 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
{ suggestionsPlugin, triggerCharacter }
from
'./suggestions'
;
export
{ addTagNodes, tagNodeSpec }
from
'./tags'
;
export
{ addMentionNodes, mentionNodeSpec }
from
'./mentions'
;