UNPKG

prosemirror-mentions

Version:

ProseMirror plugin for enabling @mentions & #hashtags

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