chore(ckeditor5-footnotes): fix more errors

This commit is contained in:
Elian Doran
2025-05-04 21:06:57 +03:00
parent face58c7e2
commit c0a64d1ef0
4 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import { type Editor } from 'ckeditor5/src/core.js';
import { Element, Text, TextProxy, ViewElement } from 'ckeditor5/src/engine.js';
import { type Editor, Element, Text, TextProxy, ViewElement } from 'ckeditor5';
// There's ample DRY violation in this file; type checking
// polymorphism without full typescript is just incredibly finicky.