7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
export * from '@tiptap/core'
|
|
export { Editor } from './Editor'
|
|
export * from './EditorContent'
|
|
export * from './useEditor'
|
|
export * from './VueRenderer'
|
|
export * from './VueNodeViewRenderer'
|