mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
|
|
import type { Math } from './index.js';
|
||
|
|
|
||
|
|
declare module '@ckeditor/ckeditor5-core' {
|
||
|
|
interface PluginsMap {
|
||
|
|
[ Math.pluginName ]: Math;
|
||
|
|
}
|
||
|
|
}
|