mirror of https://github.com/TriliumNext/Notes
chore(ckeditor5-footnotes): fix more errors
parent
face58c7e2
commit
c0a64d1ef0
@ -1,7 +1,11 @@
|
||||
import FootnoteEditing from './footnote-editing/footnote-editing.js';
|
||||
import FootnoteUI from './footnote-ui.js';
|
||||
import type { Footnotes } from './index.js';
|
||||
|
||||
declare module 'ckeditor5' {
|
||||
interface PluginsMap {
|
||||
[ Footnotes.pluginName ]: Footnotes;
|
||||
[ FootnoteEditing.pluginName ]: FootnoteEditing;
|
||||
[ FootnoteUI.pluginName ]: FootnoteUI;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue