UNPKG

dumi

Version:

📖 Documentation Generator of React Component

5 lines (4 loc) • 180 B
import type { Root } from 'hast'; import type { Transformer } from 'unified'; export declare const HEADING_TAGS: string[]; export default function rehypeSlug(): Transformer<Root>;