pnpm
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
declare module 'astro:content' {
|
||||
interface Render {
|
||||
'.mdx': Promise<{
|
||||
Content: import('astro').MarkdownInstance<{}>['Content'];
|
||||
Content: import('astro').MDXContent;
|
||||
headings: import('astro').MarkdownHeading[];
|
||||
remarkPluginFrontmatter: Record<string, any>;
|
||||
components: import('astro').MDXInstance<{}>['components'];
|
||||
|
||||
Generated
+5364
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user