Skip to content

Commit

Permalink
update func parram in sanitizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
phanletrunghieu committed Dec 30, 2020
1 parent 1e501af commit e8f9a70
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?: any) => any);
}

0 comments on commit e8f9a70

Please sign in to comment.