0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-02-05 17:54:17 +00:00 committed by astrobot-houston
parent 3c0876cbed
commit 1352f06838

View file

@ -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>>;