2025-05-04 19:58:18 +03:00

8 lines
143 B
TypeScript

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