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';
|
import type { Footnotes } from './index.js';
|
||||||
|
|
||||||
declare module 'ckeditor5' {
|
declare module 'ckeditor5' {
|
||||||
interface PluginsMap {
|
interface PluginsMap {
|
||||||
[ Footnotes.pluginName ]: Footnotes;
|
[ Footnotes.pluginName ]: Footnotes;
|
||||||
|
[ FootnoteEditing.pluginName ]: FootnoteEditing;
|
||||||
|
[ FootnoteUI.pluginName ]: FootnoteUI;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue