Add width property on ColHTMLAttributes in react

This commit is contained in:
Steven
2017-11-10 16:31:07 -05:00
committed by GitHub
parent 69f3614988
commit 112b361c31
+1
View File
@@ -2656,6 +2656,7 @@ declare namespace React {
interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
span?: number;
width?: number | string;
}
interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {