| 375 | } |
| 376 | |
| 377 | interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> { |
| 378 | width?: number | string; |
| 379 | height?: number | string; |
| 380 | } |
| 381 | |
| 382 | interface ColHTMLAttributes<T> extends HTMLAttributes<T> { |
| 383 | span?: number | string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…