mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
6 lines
208 B
TypeScript
6 lines
208 B
TypeScript
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
|
export declare class MentionConverter extends Plugin {
|
|
static get pluginName(): string;
|
|
init(): Promise<unknown> | void | undefined | null;
|
|
}
|