mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
Initialize the repository using CKEditor 5 Package Generator.
This commit is contained in:
7
src/augmentation.ts
Normal file
7
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