mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
chore(nx/ckeditor): initialize emptyproject for keyboard-marker
This commit is contained in:
7
packages/ckeditor5-keyboard-marker/src/augmentation.ts
Normal file
7
packages/ckeditor5-keyboard-marker/src/augmentation.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { KeyboardMarker } from './index.js';
|
||||
|
||||
declare module 'ckeditor5' {
|
||||
interface PluginsMap {
|
||||
[ KeyboardMarker.pluginName ]: KeyboardMarker;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user