mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-14 10:11:33 +08:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
import type { Math } from './index.js';
|
|
|
|
declare module 'ckeditor5' {
|
|
interface PluginsMap {
|
|
[ Math.pluginName ]: Math;
|
|
}
|
|
}
|