We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00d35c commit c91326fCopy full SHA for c91326f
package.json
@@ -84,6 +84,6 @@
84
"react-virtualized": "^9.12.0",
85
"react-window": "^1.8.5",
86
"styled-components": "^4.3.2",
87
- "typescript": "^3.6.4"
+ "typescript": "^3.7.2"
88
}
89
src/Table.tsx
@@ -74,8 +74,7 @@ const EMPTY_SCROLL_TARGET = {};
74
75
export const INTERNAL_HOOKS = 'rc-table-internal-hook';
76
77
-export interface TableProps<RecordType extends DefaultRecordType = unknown>
78
- extends LegacyExpandableProps<RecordType> {
+export interface TableProps<RecordType = unknown> extends LegacyExpandableProps<RecordType> {
79
prefixCls?: string;
80
className?: string;
81
style?: React.CSSProperties;
0 commit comments