We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VNode
any
1 parent eec71e3 commit 11e1997Copy full SHA for 11e1997
packages/language-core/lib/codegen/globalTypes.ts
@@ -90,6 +90,7 @@ export function generateGlobalTypes({
90
? V extends Element ? V
91
: V extends new (...args: any) => infer R ? ReturnType<__VLS_FunctionalComponent<R>>
92
: V extends (...args: any) => infer R ? R
93
+ : V extends import('${lib}').VNode ? any
94
: V
95
: never
96
} : R;
0 commit comments