7 lines
167 B
TypeScript
Raw Normal View History

2025-01-06 20:13:30 +02:00
import type { Footnotes } from './index.js';
declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[Footnotes.pluginName]: Footnotes;
}
}