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 {