mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +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;
|
||||
}
|
||||
Reference in New Issue
Block a user