8 lines
152 B
TypeScript
Raw Normal View History

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