mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
chore(ckeditor5-keyboard-marker): port source code
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user