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

8 lines
143 B
TypeScript
Raw Normal View History

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