mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 13:38:44 +02:00
N°5298 - Update CKEditor to version 5
This commit is contained in:
12
js/ckeditor/build/plugins/object-shortcut.plugin.d.ts
vendored
Normal file
12
js/ckeditor/build/plugins/object-shortcut.plugin.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
import { Dialog } from '@ckeditor/ckeditor5-ui';
|
||||
/**
|
||||
* ObjectShortcut Plugin.
|
||||
*
|
||||
*
|
||||
*/
|
||||
export declare class ObjectShortcut extends Plugin {
|
||||
static get pluginName(): string;
|
||||
get requires(): (typeof Dialog)[];
|
||||
init(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user