UNPKG

wangeditor

Version:

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

10 lines (9 loc) 294 B
/** * @description 常量 * @author wangfupeng */ export declare function EMPTY_FN(): void; export declare const urlRegex: RegExp; export declare const EMPTY_P = "<p data-we-empty-p=\"\"><br></p>"; export declare const EMPTY_P_LAST_REGEX: RegExp; export declare const EMPTY_P_REGEX: RegExp;