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,8 @@
import ckeditor from './../theme/icons/ckeditor.svg';
import './augmentation.js';
export { default as Admonition } from './admonition.js';
export const icons = {
ckeditor
};