chore(ckeditor5-*): fix build errors

This commit is contained in:
Elian Doran
2025-05-04 19:58:18 +03:00
parent 6626aca12a
commit 80c390c72b
5 changed files with 2010 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
import type { Math } from './index.js';
declare module '@ckeditor/ckeditor5-core' {
declare module 'ckeditor5' {
interface PluginsMap {
[ Math.pluginName ]: Math;
}