| 404 | } |
| 405 | |
| 406 | interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> { |
| 407 | height?: number | string; |
| 408 | src?: string; |
| 409 | type?: string; |
| 410 | width?: number | string; |
| 411 | } |
| 412 | |
| 413 | interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> { |
| 414 | disabled?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…