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

6 lines
163 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'
export * from './VueRenderer'
export * from './VueNodeViewRenderer'