mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(ckeditor5-math): initialize empty plugin
This commit is contained in:
7
packages/ckeditor5-math/src/augmentation.ts
Normal file
7
packages/ckeditor5-math/src/augmentation.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Math } from './index.js';
|
||||
|
||||
declare module '@ckeditor/ckeditor5-core' {
|
||||
interface PluginsMap {
|
||||
[ Math.pluginName ]: Math;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user