1 Star 0 Fork 1

Halo / halo-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
halo-editor.d.ts 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2019-08-18 08:12 . Change mavon to halo.
import { Component } from "vue";
interface VueHaloEditor {
markdownIt: any;
haloEditor: Component;
LeftToolbar: Component;
RightToolbar: Component;
install: (Vue: any) => any;
}
declare let editor: VueHaloEditor;
export default editor;
1
https://gitee.com/halo-dev/halo-editor.git
git@gitee.com:halo-dev/halo-editor.git
halo-dev
halo-editor
halo-editor
master

搜索帮助