UNPKG

@astrojs/markdoc

Version:
9 lines (8 loc) 222 B
declare module 'astro:content' { interface Render { '.mdoc': Promise<{ Content(props: Record<string, any>): import('astro').MarkdownInstance<{}>['Content']; headings: import('astro').MarkdownHeading[]; }>; } }