Initialize the repository using CKEditor 5 Package Generator.

This commit is contained in:
Tom Aitken
2024-08-27 22:37:22 +10:00
commit 33a95bc1a9
27 changed files with 10905 additions and 0 deletions

7
src/augmentation.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { Footnotes } from './index.js';
declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[ Footnotes.pluginName ]: Footnotes;
}
}