mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
Merge branch 'next' into renderToMarkdown-options-override-fix
This commit is contained in:
commit
0e89768602
@ -48,7 +48,8 @@
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
"jsx-runtime"
|
||||
"jsx-runtime",
|
||||
"jsx-dev-runtime"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "workspace:*"
|
||||
|
@ -2,5 +2,5 @@ import type { NodeViewProps as CoreNodeViewProps } from '@tiptap/core'
|
||||
import type React from 'react'
|
||||
|
||||
export type ReactNodeViewProps<T = HTMLElement> = CoreNodeViewProps & {
|
||||
ref: React.RefObject<T>
|
||||
ref: React.RefObject<T | null>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user