UNPKG

dumi

Version:

📖 Documentation Generator of React Component

5 lines (4 loc) • 199 B
import type { Root } from 'hast'; import type { Transformer } from 'unified'; export declare const CONTENT_TEXTS_OBJ_NAME = "$$contentTexts"; export default function rehypeText(): Transformer<Root>;