| 327 | } |
| 328 | |
| 329 | interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {} |
| 330 | |
| 331 | interface AreaHTMLAttributes<T> extends HTMLAttributes<T> { |
| 332 | alt?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…