tiptap/packages/vue-3/src/index.ts
2021-03-05 00:02:28 +01:00

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'