Skip to content

Commit a649364

Browse files
update type
1 parent 40a6cd7 commit a649364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/configs/sanitizer-config.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export interface SanitizerConfig {
3131
* }
3232
* }
3333
*/
34-
[key: string]: boolean|{[attr: string]: boolean|string}|((el?: any) => any);
34+
[key: string]: boolean|{[attr: string]: boolean|string}|((el?: Element) => any);
3535
}

0 commit comments

Comments
 (0)