mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-08 17:22:29 +08: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;
|
||
|
}
|
||
|
}
|