tiptap/packages/vue-3/src/index.ts
2021-04-01 15:55:19 +02:00

11 lines
319 B
TypeScript

export * from '@tiptap/core'
export * from './BubbleMenu'
export { Editor } from './Editor'
export * from './EditorContent'
export * from './FloatingMenu'
export * from './useEditor'
export * from './VueRenderer'
export * from './VueNodeViewRenderer'
export * from './NodeViewWrapper'
export * from './NodeViewContent'