mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-03 11:21:31 +08: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";
|