try to improve react support
This commit is contained in:
5
packages/react/src/Editor.ts
Normal file
5
packages/react/src/Editor.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Editor as CoreEditor } from '@tiptap/core'
|
||||
|
||||
export class Editor extends CoreEditor {
|
||||
public contentComponent: any | null = null
|
||||
}
|
||||
Reference in New Issue
Block a user