2024-11-09 14:12:58 +02:00

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
}