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:
Tony Narlock
2024-03-16 06:26:49 -05:00
parent 7bd6a7f57c
commit 8b7c6354ea
5 changed files with 10 additions and 7 deletions

View File

@@ -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