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