Files
tiptap/packages/vue-3/src/index.ts
Philipp Kühn 6d66571128 add useEditor
2021-02-28 23:47:34 +01:00

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'