You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SRuml/SuperRice/vue/node_modules/wangeditor/dist/utils/const.d.ts

10 lines
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;