mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 11:52:28 +08: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';
|