mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(share): fix typecheck issue
This commit is contained in:
5
packages/share-theme/src/types.d.ts
vendored
Normal file
5
packages/share-theme/src/types.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module "katex/contrib/auto-render" {
|
||||
export default function renderMathInElement(elem: HTMLElement, options?: {})
|
||||
}
|
||||
|
||||
declare module "katex/contrib/mhchem" {}
|
||||
Reference in New Issue
Block a user