UNPKG

dumi

Version:

📖 Documentation Generator of React Component

5 lines (4 loc) • 243 B
import type { Root } from 'mdast'; import type { Transformer } from 'unified'; import type { IMdTransformerOptions } from '.'; export default function remarkEmbed(opts: Pick<IMdTransformerOptions, 'fileAbsPath' | 'alias'>): Transformer<Root>;