update typings

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 28917d1c9a
commit 40cf712cfd
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;
}>;