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.
;
1 parent bc8521e commit 1ff3fcbCopy full SHA for 1ff3fcb
packages/language-core/lib/codegen/script/globalTypes.ts
@@ -17,7 +17,7 @@ declare global {
17
: `globalThis.JSX.Element;`
18
}
19
type __VLS_GlobalComponents = ${vueCompilerOptions.target >= 3.5
20
- ? `import('${vueCompilerOptions.lib}').GlobalComponents`
+ ? `import('${vueCompilerOptions.lib}').GlobalComponents;`
21
: `import('${vueCompilerOptions.lib}').GlobalComponents & Pick<typeof import('${vueCompilerOptions.lib}'), 'Transition' | 'TransitionGroup' | 'KeepAlive' | 'Suspense' | 'Teleport'>;`
22
23
type __VLS_IsAny<T> = 0 extends 1 & T ? true : false;
0 commit comments