| 380 | } |
| 381 | |
| 382 | interface ColHTMLAttributes<T> extends HTMLAttributes<T> { |
| 383 | span?: number | string; |
| 384 | width?: number | string; |
| 385 | } |
| 386 | |
| 387 | interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> { |
| 388 | span?: number | string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…