| 385 | } |
| 386 | |
| 387 | interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> { |
| 388 | span?: number | string; |
| 389 | } |
| 390 | |
| 391 | interface DataHTMLAttributes<T> extends HTMLAttributes<T> { |
| 392 | value?: string | string[] | number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…