mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°5298 - Merge work from 9bf0addc9c with changes from the WIP CKEditor build repo
This commit is contained in:
9
js/ckeditor/build/plugins/insert-html/insert-html.plugin.d.ts
vendored
Normal file
9
js/ckeditor/build/plugins/insert-html/insert-html.plugin.d.ts
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