UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

4 lines 197 B
import { fileConventions } from "./fileConventions.mjs"; export async function getFileConventions() { return fileConventions; // TODO: Parse the next.config.js file to get convention overrides. }