Notes/packages/ckeditor5-math/src/augmentation.ts
2025-05-04 19:58:18 +03:00

8 lines
128 B
TypeScript

import type { Math } from './index.js';
declare module 'ckeditor5' {
interface PluginsMap {
[ Math.pluginName ]: Math;
}
}