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