mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00

git-subtree-dir: _regroup/ckeditor5-footnotes git-subtree-mainline: 80c390c72b5350a2bcbcda45952da86ade4564cc git-subtree-split: f5a6ff5684e612606d9e158e8f143bceb1cdbf8f
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import type { Footnotes } from './index.js';
|
|
declare module '@ckeditor/ckeditor5-core' {
|
|
interface PluginsMap {
|
|
[Footnotes.pluginName]: Footnotes;
|
|
}
|
|
}
|