chore(ckeditor5-math): initialize empty plugin

This commit is contained in:
Elian Doran
2025-05-04 19:53:24 +03:00
parent 2d27a4b50d
commit 6626aca12a
28 changed files with 22067 additions and 0 deletions

View File

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