This commit is contained in:
Philipp Kühn 2021-03-08 23:33:19 +01:00
parent d64ddf6c1b
commit 789a1d5551

View File

@ -1,5 +1,6 @@
import React from 'react'
import { Editor as CoreEditor } from '@tiptap/core'
export class Editor extends CoreEditor {
public contentComponent: any | null = null
public contentComponent: React.Component | null = null
}