| 350 | } |
| 351 | |
| 352 | interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> { |
| 353 | cite?: string; |
| 354 | } |
| 355 | |
| 356 | interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> { |
| 357 | autofocus?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…