trilium/src/index.d.ts
2025-01-06 20:13:41 +02:00

6 lines
148 B
TypeScript

import './augmentation.js';
export { default as Footnotes } from './footnotes.js';
export declare const icons: {
insertFootnoteIcon: string;
};