fix some typescript bugs

This commit is contained in:
Philipp Kühn
2021-03-05 11:58:52 +01:00
parent e9e3418a0f
commit 2017b84578
5 changed files with 4 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
export * from '@tiptap/core'
export { Editor } from './Editor'
export * from './EditorContent'
export * from './VueRenderer'
export * from './VueNodeViewRenderer'
export * from './EditorContent'
export * from './NodeViewWrapper'
export * from './NodeViewContent'