tiptap/packages/vue-3/src/index.ts
Philipp Kühn 4721fe451f refactoring
2021-02-28 00:02:51 +01:00

6 lines
163 B
TypeScript

export * from '@tiptap/core'
export { Editor } from './Editor'
export * from './EditorContent'
export * from './VueRenderer'
export * from './VueNodeViewRenderer'