update typings

This commit is contained in:
Yanzhen Yu
2020-10-04 20:48:51 +08:00
parent 8b0bc7c505
commit 57a124ff74
3 changed files with 18 additions and 5 deletions

12
typings/types.d.ts vendored
View File

@@ -70,3 +70,15 @@ export declare type MaskInputOptions = Partial<{
textarea: boolean;
select: boolean;
}>;
export declare type SlimDOMOptions = Partial<{
script: boolean;
comment: boolean;
headFavicon: boolean;
headWhitespace: boolean;
headMetaDescKeywords: boolean;
headMetaSocial: boolean;
headMetaRobots: boolean;
headMetaHttpEquiv: boolean;
headMetaAuthorship: boolean;
headMetaVerification: boolean;
}>;