tiptap/packages/react/src/index.ts
2021-03-14 16:30:06 +01:00

10 lines
278 B
TypeScript

// @ts-nocheck
export * from '@tiptap/core'
export { Editor } from './Editor'
export * from './useEditor'
export * from './ReactRenderer'
export * from './ReactNodeViewRenderer'
export * from './EditorContent'
export * from './NodeViewWrapper'
export * from './NodeViewContent'