fix: resolve TypeScript errors in frontend build
This commit is contained in:
8
node_modules/lowlight/lib/common.d.ts
generated
vendored
Normal file
8
node_modules/lowlight/lib/common.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Map of grammars.
|
||||
*
|
||||
* @type {Record<string, LanguageFn>}
|
||||
*/
|
||||
export const grammars: Record<string, LanguageFn>;
|
||||
import type { LanguageFn } from 'highlight.js';
|
||||
//# sourceMappingURL=common.d.ts.map
|
||||
Reference in New Issue
Block a user