We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092bdcd commit 84d4357Copy full SHA for 84d4357
packages/runtime-dom/types/jsx.d.ts
@@ -1309,7 +1309,7 @@ type ReservedProps = {
1309
ref?:
1310
| string
1311
| RuntimeCore.Ref
1312
- | ((ref: Element | RuntimeCore.ComponentInternalInstance | null) => void)
+ | ((ref: Element | RuntimeCore.ComponentPublicInstance | null) => void)
1313
}
1314
1315
type ElementAttrs<T> = T & ReservedProps
0 commit comments