kjelsrud.dev/node_modules/@astrojs/mdx/dist/rehype-collect-headings.d.ts
2023-07-19 21:31:30 +02:00

2 lines
159 B
TypeScript

import type { MarkdownVFile } from '@astrojs/markdown-remark';
export declare function rehypeInjectHeadingsExport(): (tree: any, file: MarkdownVFile) => void;