File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1362,7 +1362,7 @@ export interface HTMLTdAttributes extends HTMLAttributes<HTMLTableCellElement> {
1362
1362
colspan ?: number | undefined | null ;
1363
1363
headers ?: string | undefined | null ;
1364
1364
rowspan ?: number | undefined | null ;
1365
- scope ?: string | undefined | null ;
1365
+ scope ?: 'col' | 'colgroup' | 'row' | 'rowgroup' | undefined | null ;
1366
1366
abbr ?: string | undefined | null ;
1367
1367
height ?: number | string | undefined | null ;
1368
1368
width ?: number | string | undefined | null ;
@@ -1374,7 +1374,7 @@ export interface HTMLThAttributes extends HTMLAttributes<HTMLTableCellElement> {
1374
1374
colspan ?: number | undefined | null ;
1375
1375
headers ?: string | undefined | null ;
1376
1376
rowspan ?: number | undefined | null ;
1377
- scope ?: string | undefined | null ;
1377
+ scope ?: 'col' | 'colgroup' | 'row' | 'rowgroup' | undefined | null ;
1378
1378
abbr ?: string | undefined | null ;
1379
1379
}
1380
1380
You can’t perform that action at this time.
0 commit comments