@mui/internal-docs-infra
Version:
MUI Infra - internal documentation creation tools.
8 lines • 333 B
text/typescript
/**
* Heavy TextMate grammar payloads. Importing this module pulls in hundreds of
* KB of JSON. Prefer `await import('./grammars')` so bundlers can code-split
* it into its own chunk.
*
* Lightweight extension/language maps live in `./grammarMaps.ts`.
*/
export declare const grammars: import("@wooorm/starry-night").Grammar[];