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

2 lines
118 B
TypeScript

import type { RehypePlugin } from './types.js';
export declare function rehypeHeadingIds(): ReturnType<RehypePlugin>;