UNPKG

prosemirror-mentions-wafrn

Version:

ProseMirror plugin for enabling @mentions in wafrn

4 lines (3 loc) 157 B
export { getMentionsPlugin } from "./mentionPlugin"; export { addMentionNodes, addTagNodes } from "./utils"; export { tagNode, mentionNode } from "./nodes";