add menububble react component

This commit is contained in:
Philipp Kühn
2021-03-31 10:21:34 +02:00
parent 0bdac219f5
commit 6f5a96d2e5
4 changed files with 52 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
export * from '@tiptap/core'
export * from './BubbleMenu'
export { Editor } from './Editor'
export * from './useEditor'
export * from './ReactRenderer'