UNPKG

dumi

Version:

📖 Documentation Generator of React Component

7 lines (6 loc) • 215 B
import type { Root } from 'hast'; import type { Transformer } from 'unified'; /** * rehype plugin for extract fallback description from markdown content */ export default function rehypeDesc(): Transformer<Root>;