UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

11 lines 260 B
import type { CommandModule } from 'yargs'; type Args = { paths?: string[]; command?: string; indexes?: boolean; types?: boolean; perf?: boolean; notableMs?: number; }; declare const runValidate: CommandModule<{}, Args>; export default runValidate;