mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 02:59:03 +01:00
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
import "ckeditor5/ckeditor5.css";
|
|
export { EditorWatchdog, BalloonEditor, DecoupledEditor } from "ckeditor5";
|
|
export * from "./plugins.js";
|