Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
phanletrunghieu committed Feb 18, 2021
1 parent 40a6cd7 commit a649364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/configs/sanitizer-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export interface SanitizerConfig {
* }
* }
*/
[key: string]: boolean|{[attr: string]: boolean|string}|((el?: any) => any);
[key: string]: boolean|{[attr: string]: boolean|string}|((el?: Element) => any);
}

0 comments on commit a649364

Please sign in to comment.