mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
N°5298 - Merge work from 9bf0addc9c with changes from the WIP CKEditor build repo
This commit is contained in:
15
js/ckeditor/build/plugins/detect-change/detect-change.plugin.d.ts
vendored
Normal file
15
js/ckeditor/build/plugins/detect-change/detect-change.plugin.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
import { Plugin, type Editor } from '@ckeditor/ckeditor5-core';
|
||||
/**
|
||||
* DetectChanges Plugin.
|
||||
*
|
||||
*/
|
||||
export default class DetectChanges extends Plugin {
|
||||
constructor(editor: Editor);
|
||||
init(): void;
|
||||
static get pluginName(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user