10 lines
220 B
TypeScript
Raw Normal View History

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