import { EditorWatchdog } from "ckeditor5";
import BalloonEditor from "./ckeditor_balloon.js";
import DecoupledEditor from "./ckeditor_decoupled.js";
export default {
BalloonEditor,
DecoupledEditor,
EditorWatchdog
}