mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
Add scope?: string to Td HTML attributes (#18381)
This attribute exists on both <th> and <td> but is present only in <th> currently: https://www.w3schools.com/tags/att_td_scope.asp
This commit is contained in:
committed by
Mohamed Hegazy
parent
a608fa5c55
commit
f6e30f1669
1
types/react/index.d.ts
vendored
1
types/react/index.d.ts
vendored
@@ -2911,6 +2911,7 @@ declare namespace React {
|
||||
colSpan?: number;
|
||||
headers?: string;
|
||||
rowSpan?: number;
|
||||
scope?: string;
|
||||
}
|
||||
|
||||
interface ThHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
|
||||
Reference in New Issue
Block a user