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