chore(ckeditor5-admonition): fix build errors

This commit is contained in:
Elian Doran
2025-05-04 18:41:44 +03:00
parent 35f5245c9e
commit 19168934bf
3 changed files with 117 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
import type { Admonition } from './index.js';
declare module '@ckeditor/ckeditor5-core' {
declare module 'ckeditor5' {
interface PluginsMap {
[ Admonition.pluginName ]: Admonition;
}