Skip to content

Commit d17efaa

Browse files
Nokecyafc163
authored andcommitted
update scroll.y typescript types
1 parent 28de911 commit d17efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export interface TableProps<RecordType = unknown> extends LegacyExpandableProps<
8585
tableLayout?: TableLayout;
8686

8787
// Fixed Columns
88-
scroll?: { x?: number | true | string; y?: number };
88+
scroll?: { x?: number | true | string; y?: number | string };
8989

9090
// Expandable
9191
/** Config expand rows */

0 commit comments

Comments
 (0)