| 411 | } |
| 412 | |
| 413 | interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> { |
| 414 | disabled?: boolean; |
| 415 | form?: string; |
| 416 | name?: string; |
| 417 | } |
| 418 | |
| 419 | interface FormHTMLAttributes<T> extends HTMLAttributes<T> { |
| 420 | acceptcharset?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…