Skip to content

Commit 245550a

Browse files
committed
scope
1 parent be65d72 commit 245550a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/elements.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ export interface HTMLTdAttributes extends HTMLAttributes<HTMLTableCellElement> {
13621362
colspan?: number | undefined | null;
13631363
headers?: string | undefined | null;
13641364
rowspan?: number | undefined | null;
1365-
scope?: string | undefined | null;
1365+
scope?: 'col' | 'colgroup' | 'row' | 'rowgroup' | undefined | null;
13661366
abbr?: string | undefined | null;
13671367
height?: number | string | undefined | null;
13681368
width?: number | string | undefined | null;
@@ -1374,7 +1374,7 @@ export interface HTMLThAttributes extends HTMLAttributes<HTMLTableCellElement> {
13741374
colspan?: number | undefined | null;
13751375
headers?: string | undefined | null;
13761376
rowspan?: number | undefined | null;
1377-
scope?: string | undefined | null;
1377+
scope?: 'col' | 'colgroup' | 'row' | 'rowgroup' | undefined | null;
13781378
abbr?: string | undefined | null;
13791379
}
13801380

0 commit comments

Comments
 (0)