mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import type { Footnotes } from './index.js';
|
|
|
|
declare module '@ckeditor/ckeditor5-core' {
|
|
interface PluginsMap {
|
|
[ Footnotes.pluginName ]: Footnotes;
|
|
}
|
|
}
|