wip react renderer

This commit is contained in:
Philipp Kühn
2021-03-12 21:21:13 +01:00
parent d9377f9085
commit bc60a91904
5 changed files with 412 additions and 244 deletions

View File

@@ -2,6 +2,6 @@
export * from '@tiptap/core'
export { Editor } from './Editor'
export * from './useEditor'
// export * from './ReactRenderer'
// export * from './ReactNodeViewRenderer'
export * from './ReactRenderer'
export * from './ReactNodeViewRenderer'
export * from './EditorContent'