Skip to content

Commit ab53eab

Browse files
committed
fix Unsupported TypeScript syntax
1 parent ad83e73 commit ab53eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webui/src/vue-modules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ declare module 'markdown-it-codetabs'
55
declare module '@ssthouse/vue3-tree-chart'
66
declare module 'highlight.js' {
77
export interface HLJS{
8-
highlightAuto: function()
8+
highlightAuto: () => any
99
}
1010
const hljs: HLJS
1111
export default hljs

0 commit comments

Comments
 (0)