Update CKEditor5 build files

This commit is contained in:
Stephen Abello
2026-04-23 16:54:30 +02:00
parent b48b4cedcd
commit ac42dbbaf9
3 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
import { Plugin } from '@ckeditor/ckeditor5-core';
export default class Maximize extends Plugin {
static get pluginName(): string;
init(): void;
}