chore(ckeditor5-admonition): create empty project

This commit is contained in:
Elian Doran
2025-05-04 18:36:03 +03:00
parent be5f62def5
commit 35f5245c9e
28 changed files with 22067 additions and 0 deletions

View File

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