IOweb/node_modules/@astrojs/mdx/dist/rehype-collect-headings.d.ts
2026-07-03 15:07:38 -05:00

2 lines
124 B
TypeScript

import type { VFile } from 'vfile';
export declare function rehypeInjectHeadingsExport(): (tree: any, file: VFile) => void;