kjelsrud.dev/node_modules/@astrojs/mdx/dist/rehype-collect-headings.d.ts

3 lines
159 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type { MarkdownVFile } from '@astrojs/markdown-remark';
export declare function rehypeInjectHeadingsExport(): (tree: any, file: MarkdownVFile) => void;