chore(ckeditor5-keyboard-marker): port source code

This commit is contained in:
Elian Doran
2025-05-04 14:38:37 +03:00
parent 2a700da824
commit 11c437e67c
9 changed files with 30 additions and 79 deletions

View File

@@ -1,8 +1,10 @@
import ckeditor from './../theme/icons/ckeditor.svg';
import kbdIcon from '../theme/icons/kbd.svg';
import './augmentation.js';
export { default as KeyboardMarker } from './keyboardmarker.js';
export { default as Kbd } from './kbd.js';
export { default as KbdEditing } from "./kbdediting.js";
export { default as KbdUI } from "./kbdui.js";
export const icons = {
ckeditor
kbdIcon
};