mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 10:08:52 +01:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
declare global {
|
|
interface Window {
|
|
editor: ClassicEditor;
|
|
}
|
|
}
|
|
import { ClassicEditor } from 'ckeditor5';
|
|
import 'ckeditor5/ckeditor5.css';
|