Files
claudia-docs-web/node_modules/lowlight/lib/all.d.ts

8 lines
201 B
TypeScript

/**
* Map of grammars.
*
* @type {Record<string, LanguageFn>}
*/
export const grammars: Record<string, LanguageFn>;
import type { LanguageFn } from 'highlight.js';
//# sourceMappingURL=all.d.ts.map