You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
294 B
Plaintext

/**
* @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;