mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
3c0876cbed
commit
1352f06838
1 changed files with 1 additions and 1 deletions
2
packages/astro/client.d.ts
vendored
2
packages/astro/client.d.ts
vendored
|
@ -161,7 +161,7 @@ declare module 'astro:components' {
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module 'astro:content' {
|
declare module 'astro:content' {
|
||||||
export * from 'astro/virtual-modules/content.js'
|
export * from 'astro/virtual-modules/content.js';
|
||||||
}
|
}
|
||||||
|
|
||||||
type MD = import('./dist/@types/astro.js').MarkdownInstance<Record<string, any>>;
|
type MD = import('./dist/@types/astro.js').MarkdownInstance<Record<string, any>>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue