mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
refactor: katex.d.ts -> typings-external.ts
This way the .d.ts will not be deleted when filse are deleted through rimraf
This commit is contained in:
@@ -5,7 +5,7 @@ import type {
|
||||
} from 'ckeditor5/src/engine';
|
||||
import { BalloonPanelView } from 'ckeditor5/src/ui';
|
||||
import { CKEditorError, type PositioningFunction } from 'ckeditor5/src/utils';
|
||||
import type { KatexOptions, MathJax2, MathJax3 } from './katex';
|
||||
import type { KatexOptions, MathJax2, MathJax3 } from './typings-external';
|
||||
|
||||
export function getSelectedMathModelWidget(
|
||||
selection: DocumentSelection
|
||||
|
||||
Reference in New Issue
Block a user