mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
add type
This commit is contained in:
parent
d64ddf6c1b
commit
789a1d5551
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user