refactor(client): missing type errors for syntax highlight

This commit is contained in:
Elian Doran
2025-05-26 15:46:02 +03:00
parent 426549a189
commit b5c09eee73
2 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/common
import syntaxDefinitions from "./syntax_highlighting.js";
import { type Theme } from "./themes.js";
import { type HighlightOptions } from "highlight.js";
export type { HighlightResult, AutoHighlightResult } from "highlight.js";
export { default as Themes, type Theme } from "./themes.js";