mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 23:18:59 +01:00
10 lines
233 B
TypeScript
10 lines
233 B
TypeScript
import { EditorWatchdog } from "@ckeditor/ckeditor5-watchdog";
|
|
import BalloonEditor from "./ckeditor_balloon";
|
|
import DecoupledEditor from "./ckeditor_decoupled";
|
|
|
|
export default {
|
|
BalloonEditor,
|
|
DecoupledEditor,
|
|
EditorWatchdog
|
|
}
|