add floating menu to vue 3 and react

This commit is contained in:
Philipp Kühn
2021-04-01 15:55:19 +02:00
parent 3f1fa81392
commit 3eac1ce319
8 changed files with 94 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
export * from '@tiptap/core'
export * from './BubbleMenu'
export { Editor } from './Editor'
export * from './FloatingMenu'
export * from './useEditor'
export * from './ReactRenderer'
export * from './ReactNodeViewRenderer'