chore(ckeditor5-footnotes): integrate source code changes

This commit is contained in:
Elian Doran
2025-05-04 20:31:25 +03:00
parent 9643bf310e
commit d977866c44
51 changed files with 14 additions and 1323 deletions

View File

@@ -1,8 +1,9 @@
import ckeditor from './../theme/icons/ckeditor.svg';
import insertFootnoteIcon from './../theme/icons/insert-footnote.svg';
import './augmentation.js';
import "../theme/footnote.css";
export { default as Footnotes } from './footnotes.js';
export const icons = {
ckeditor
insertFootnoteIcon
};