diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 261b8886d1..27f25ec6b0 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -2911,6 +2911,7 @@ declare namespace React { colSpan?: number; headers?: string; rowSpan?: number; + scope?: string; } interface ThHTMLAttributes extends HTMLAttributes {