| 345 | } |
| 346 | |
| 347 | interface BaseHTMLAttributes<T> extends HTMLAttributes<T> { |
| 348 | href?: string; |
| 349 | target?: string; |
| 350 | } |
| 351 | |
| 352 | interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> { |
| 353 | cite?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…