tiptap/packages/vue-3/src/index.ts

9 lines
259 B
TypeScript
Raw Normal View History

2021-02-28 06:56:08 +08:00
export * from '@tiptap/core'
export { Editor } from './Editor'
2021-02-28 07:02:51 +08:00
export * from './EditorContent'
2021-03-01 06:47:34 +08:00
export * from './useEditor'
2021-02-28 07:02:51 +08:00
export * from './VueRenderer'
export * from './VueNodeViewRenderer'
export * from './NodeViewWrapper'
export * from './NodeViewContent'