| 323 | ) => void; |
| 324 | |
| 325 | export interface UponSanitizeElementHookEvent { |
| 326 | tagName: string; |
| 327 | allowedTags: Record<string, boolean>; |
| 328 | } |
| 329 | |
| 330 | export interface UponSanitizeAttributeHookEvent { |
| 331 | attrName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…