mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-07 16:56:43 +02:00
build(docs): add type declarations for virtual:starlight
This commit is contained in:
parent
083a766e4e
commit
281eefc6a3
3 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import config from 'virtual:starlight/user-config';
|
||||
import type { Props } from '../props';
|
||||
import type { Props } from '@astrojs/starlight/props';
|
||||
|
||||
import LanguageSelect from 'virtual:starlight/components/LanguageSelect';
|
||||
import Search from 'virtual:starlight/components/Search';
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
import LanguageSelect from 'virtual:starlight/components/LanguageSelect';
|
||||
import SocialIcons from 'virtual:starlight/components/SocialIcons';
|
||||
import ThemeSelect from 'virtual:starlight/components/ThemeSelect';
|
||||
import type { Props } from '../props';
|
||||
import type { Props } from '@astrojs/starlight/props';
|
||||
import VersionSelect from './DocsVersionSelect.astro';
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue