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 119a468 commit bf4df2aCopy full SHA for bf4df2a
packages/astro/src/default/env-default.d.ts
@@ -12,7 +12,7 @@ declare module 'tutorialkit:override-components' {
12
const headTags: typeof import('./src/default/components/HeadTags.astro').default;
13
const dialog: typeof import('@tutorialkit/react/dialog').default;
14
15
- export { topBar as TopBar, dialog as Dialog, headLinks as HeadTags };
+ export { topBar as TopBar, dialog as Dialog, headTags as HeadTags };
16
}
17
18
declare const __ENTERPRISE__: boolean;
0 commit comments