add prosemirror-suggestions

This commit is contained in:
Philipp Kühn
2018-09-01 20:51:17 +02:00
parent 64843dd5a6
commit c716fe605f
8 changed files with 335 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ export { default as HardBreakNode } from './nodes/HardBreak'
export { default as HeadingNode } from './nodes/Heading'
export { default as ImageNode } from './nodes/Image'
export { default as ListItemNode } from './nodes/ListItem'
export { default as MentionNode } from './nodes/Mention'
export { default as OrderedListNode } from './nodes/OrderedList'
export { default as TodoItemNode } from './nodes/TodoItem'
export { default as TodoListNode } from './nodes/TodoList'