UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

3 lines 270 B
import type { Nodes } from 'hast'; import { ParseSource, Transforms } from "./types.js"; export declare function transformParsedSource(source: string, parsedSource: Nodes, filename: string, transforms: Transforms, parseSource: ParseSource): Promise<Record<string, any>>;