UNPKG

dumi

Version:

📖 Documentation Generator of React Component

7 lines (6 loc) • 191 B
import type { Root } from 'hast'; import type { Transformer } from 'unified'; /** * rehype plugin to handle img source from local */ export default function rehypeImg(): Transformer<Root>;