mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°7552 - Move CKEditor from to npm dependencies
This commit is contained in:
8
node_modules/ckeditor5-itop-build/build/plugins/insert-html/insert-html.command.d.ts
generated
vendored
Normal file
8
node_modules/ckeditor5-itop-build/build/plugins/insert-html/insert-html.command.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from 'ckeditor5/src/core';
|
||||
/**
|
||||
* InsertHtmlCommand Command.
|
||||
*
|
||||
*/
|
||||
export default class InsertHtmlCommand extends Command {
|
||||
execute(sContent: string): void;
|
||||
}
|
||||
9
node_modules/ckeditor5-itop-build/build/plugins/insert-html/insert-html.plugin.d.ts
generated
vendored
Normal file
9
node_modules/ckeditor5-itop-build/build/plugins/insert-html/insert-html.plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
/**
|
||||
* InsertHtml Plugin.
|
||||
*
|
||||
*/
|
||||
export default class InsertHtml extends Plugin {
|
||||
static get pluginName(): string;
|
||||
init(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user