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