| 389 | } |
| 390 | |
| 391 | interface DataHTMLAttributes<T> extends HTMLAttributes<T> { |
| 392 | value?: string | string[] | number; |
| 393 | } |
| 394 | |
| 395 | interface DetailsHtmlAttributes<T> extends HTMLAttributes<T> { |
| 396 | /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/name) */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…