mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
chore(ckeditor5-footnotes): initialize empty plugin
This commit is contained in:
7
packages/ckeditor5-footnotes/src/augmentation.ts
Normal file
7
packages/ckeditor5-footnotes/src/augmentation.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Footnotes } from './index.js';
|
||||
|
||||
declare module '@ckeditor/ckeditor5-core' {
|
||||
interface PluginsMap {
|
||||
[ Footnotes.pluginName ]: Footnotes;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user