Notes/packages/ckeditor5-math/src/augmentation.ts

8 lines
128 B
TypeScript
Raw Normal View History

import type { Math } from './index.js';
2025-05-04 19:58:18 +03:00
declare module 'ckeditor5' {
interface PluginsMap {
[ Math.pluginName ]: Math;
}
}