9 lines
185 B
TypeScript
Raw Normal View History

import ckeditor from './../theme/icons/ckeditor.svg';
import './augmentation.js';
export { default as KeyboardMarker } from './keyboardmarker.js';
export const icons = {
ckeditor
};