update typings
This commit is contained in:
12
typings/types.d.ts
vendored
12
typings/types.d.ts
vendored
@@ -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;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user