index.ts 112 B

123
  1. import { EditorModule } from "./module";
  2. export const { useEditor, initEditor } = EditorModule.hook("Editor");