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.

9 lines
271 B
Plaintext

/**
* @description 粘贴相关的 tags
* @author wangfupeng
*/
export declare const IGNORE_TAGS: Set<string>;
export declare const NECESSARY_ATTRS: Map<string, string[]>;
export declare const EMPTY_TAGS: Set<string>;
export declare const TOP_LEVEL_TAGS: Set<string>;