Skip to content

Commit c91326f

Browse files
committed
chore: Update ts define
1 parent c00d35c commit c91326f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"react-virtualized": "^9.12.0",
8585
"react-window": "^1.8.5",
8686
"styled-components": "^4.3.2",
87-
"typescript": "^3.6.4"
87+
"typescript": "^3.7.2"
8888
}
8989
}

src/Table.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ const EMPTY_SCROLL_TARGET = {};
7474

7575
export const INTERNAL_HOOKS = 'rc-table-internal-hook';
7676

77-
export interface TableProps<RecordType extends DefaultRecordType = unknown>
78-
extends LegacyExpandableProps<RecordType> {
77+
export interface TableProps<RecordType = unknown> extends LegacyExpandableProps<RecordType> {
7978
prefixCls?: string;
8079
className?: string;
8180
style?: React.CSSProperties;

0 commit comments

Comments
 (0)