UNPKG

dumi

Version:

📖 Documentation Generator of React Component

4 lines (3 loc) • 199 B
import type { IMdTransformerOptions } from "./index"; import type { Root } from 'mdast'; export default function remarkBreaks(opts: Pick<IMdTransformerOptions, 'fileAbsPath'>): (tree: Root) => void;