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