add type
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user