mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
chore(ckeditor5-keyboard-marker): port source code
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import type { KeyboardMarker } from './index.js';
|
||||
import type { Kbd, KbdEditing, KbdUI } from './index.js';
|
||||
|
||||
declare module 'ckeditor5' {
|
||||
interface PluginsMap {
|
||||
[ KeyboardMarker.pluginName ]: KeyboardMarker;
|
||||
[ Kbd.pluginName ]: Kbd;
|
||||
[ KbdUI.pluginName ]: KbdUI;
|
||||
[ KbdEditing.pluginName ]: KbdEditing;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user