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.
webcontainer
Promise<WebContainer>
1 parent f9b265f commit c7bad20Copy full SHA for c7bad20
packages/astro/types.d.ts
@@ -5,5 +5,5 @@ declare module 'tutorialkit:store' {
5
}
6
7
declare module 'tutorialkit:core' {
8
- export const webcontainer: import('@webcontainer/api').WebContainer;
+ export const webcontainer: Promise<import('@webcontainer/api').WebContainer>;
9
0 commit comments