mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°7552 - Move CKEditor from to npm dependencies
This commit is contained in:
10
node_modules/ckeditor5-itop-build/build/plugins/trigger-update-on-ready/trigger-update-on-ready.plugin.d.ts
generated
vendored
Normal file
10
node_modules/ckeditor5-itop-build/build/plugins/trigger-update-on-ready/trigger-update-on-ready.plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
/**
|
||||
* TriggerUpdateOnReady Plugin.
|
||||
*
|
||||
* - Trigger update event when editor is ready
|
||||
*/
|
||||
export default class TriggerUpdateOnReady extends Plugin {
|
||||
static get pluginName(): string;
|
||||
init(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user