vfile definition

This commit is contained in:
Emile Bangma 2024-09-19 13:51:07 +00:00
parent 3e237cded4
commit 4878c2434e

View File

@ -340,3 +340,10 @@ export const RoamFlavoredMarkdown: QuartzTransformerPlugin<Partial<RoamOptions>
},
}
}
declare module "vfile" {
interface DataMap {
blocks: Record<string, Element>
htmlAst: HtmlRoot
}
}