import { EditorWatchdog } from "@ckeditor/ckeditor5-watchdog"; import BalloonEditor from "./ckeditor_balloon"; import DecoupledEditor from "./ckeditor_decoupled"; export default { BalloonEditor, DecoupledEditor, EditorWatchdog }