chore(ckeditor5-footnotes): initialize empty plugin

This commit is contained in:
Elian Doran
2025-05-04 19:53:17 +03:00
parent a494ff1169
commit 2d27a4b50d
28 changed files with 22067 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
declare module '@ckeditor/ckeditor5-inspector' {
const inspector: {
attach( editor: any ): void;
};
export default inspector;
}

View File

@@ -0,0 +1,4 @@
declare module '*.svg' {
const content: string;
export default content;
}