4 lines
180 B
TypeScript

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