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