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 d3b1c8aCopy full SHA for d3b1c8a
packages/language-core/lib/codegen/globalTypes.ts
@@ -90,7 +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
+ : any
94
: never
95
} : R;
96
type __VLS_IsFunction<T, K> = K extends keyof T
0 commit comments