refactoring
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from 'react'
|
||||
import { Editor as CoreEditor } from '@tiptap/core'
|
||||
import { EditorContentProps, EditorContentState } from './EditorContent'
|
||||
|
||||
export class Editor extends CoreEditor {
|
||||
public contentComponent: React.Component | null = null
|
||||
public contentComponent: React.Component<EditorContentProps, EditorContentState> | null = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user