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

8 lines
204 B
TypeScript

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