mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import { Plugin } from '@ckeditor/ckeditor5-core';
|
|
export default class UpdateInputOnChange extends Plugin {
|
|
static get pluginName(): string;
|
|
init(): void;
|
|
}
|