2 lines
118 B
TypeScript
2 lines
118 B
TypeScript
import type { RehypePlugin } from './types.js';
|
|
export declare function rehypeHeadingIds(): ReturnType<RehypePlugin>;
|