mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
import type { Footnotes } from './index.js';
|
|
|
|
declare module 'ckeditor5' {
|
|
interface PluginsMap {
|
|
[ Footnotes.pluginName ]: Footnotes;
|
|
}
|
|
}
|