mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-23 17:07:49 +08:00
6 lines
215 B
TypeScript
6 lines
215 B
TypeScript
|
export * from '@tiptap/core'
|
||
|
export { VueRenderer } from './VueRenderer'
|
||
|
export { VueNodeViewRenderer } from './VueNodeViewRenderer'
|
||
|
export { Editor } from './Editor'
|
||
|
export { EditorContent } from './EditorContent'
|