mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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';
|