From 112b361c313dbd4b754eaf08473668082b85a7e6 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 10 Nov 2017 16:31:07 -0500 Subject: [PATCH] Add width property on ColHTMLAttributes in react --- types/react/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 9134406735..ad5ada5e0a 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -2656,6 +2656,7 @@ declare namespace React { interface ColHTMLAttributes extends HTMLAttributes { span?: number; + width?: number | string; } interface ColgroupHTMLAttributes extends HTMLAttributes {