mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°7552 - Move CKEditor from to npm dependencies
This commit is contained in:
13
node_modules/ckeditor5-itop-build/build/plugins/disabler/disabler.plugin.d.ts
generated
vendored
Normal file
13
node_modules/ckeditor5-itop-build/build/plugins/disabler/disabler.plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Plugin } from '@ckeditor/ckeditor5-core';
|
||||
import { ClassicEditor } from "@ckeditor/ckeditor5-editor-classic";
|
||||
export default class Disabler extends Plugin {
|
||||
static get pluginName(): string;
|
||||
init(): void;
|
||||
/**
|
||||
* Process ckeditor disabling.
|
||||
*
|
||||
* @param oEditor
|
||||
* @param oInputElement
|
||||
*/
|
||||
static processDisabling(oEditor: ClassicEditor, oInputElement: HTMLInputElement): void;
|
||||
}
|
||||
Reference in New Issue
Block a user