mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add width property on ColHTMLAttributes in react
This commit is contained in:
Vendored
+1
@@ -2656,6 +2656,7 @@ declare namespace React {
|
||||
|
||||
interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
span?: number;
|
||||
width?: number | string;
|
||||
}
|
||||
|
||||
interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
|
||||
Reference in New Issue
Block a user