We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad83e73 commit ab53eabCopy full SHA for ab53eab
1 file changed
webui/src/vue-modules.d.ts
@@ -5,7 +5,7 @@ declare module 'markdown-it-codetabs'
5
declare module '@ssthouse/vue3-tree-chart'
6
declare module 'highlight.js' {
7
export interface HLJS{
8
- highlightAuto: function()
+ highlightAuto: () => any
9
}
10
const hljs: HLJS
11
export default hljs
0 commit comments