mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-27 03:17:50 +08:00
8 lines
231 B
TypeScript
8 lines
231 B
TypeScript
export * from '@tiptap/core'
|
|
export { Editor } from './Editor'
|
|
export * from './EditorContent'
|
|
export * from './VueRenderer'
|
|
export * from './VueNodeViewRenderer'
|
|
export * from './NodeViewWrapper'
|
|
export * from './NodeViewContent'
|