Files
Trilium/packages/ckeditor5-footnotes/src/index.ts

10 lines
238 B
TypeScript
Raw Normal View History

import insertFootnoteIcon from './../theme/icons/insert-footnote.svg?raw';
import './augmentation.js';
import "../theme/footnote.css";
export { default as Footnotes } from './footnotes.js';
export const icons = {
insertFootnoteIcon
};