UNPKG

wangeditor

Version:

wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费

13 lines (12 loc) 240 B
/** * @description 默认常量配置 * @author xiaokyo */ declare const _default: { focus: boolean; height: number; placeholder: string; zIndexFullScreen: number; showFullScreen: boolean; }; export default _default;