mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-23 00:27:49 +08:00
e97630c639
* Require .js endings * add extension alias for cypress to resolve ts files with js endings
11 lines
346 B
TypeScript
11 lines
346 B
TypeScript
export * from './BubbleMenu.js'
|
|
export { Editor } from './Editor.js'
|
|
export * from './EditorContent.js'
|
|
export * from './FloatingMenu.js'
|
|
export * from './NodeViewContent.js'
|
|
export * from './NodeViewWrapper.js'
|
|
export * from './useEditor.js'
|
|
export * from './VueNodeViewRenderer.js'
|
|
export * from './VueRenderer.js'
|
|
export * from '@tiptap/core'
|