mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix
This commit is contained in:
parent
60a2ae6319
commit
c3d5bca580
@ -13,7 +13,7 @@ import {
|
||||
import type { RefTable } from './interface';
|
||||
|
||||
export type AnyObject = Record<PropertyKey, any>;
|
||||
|
||||
//
|
||||
const Table = <RecordType extends AnyObject = any>(
|
||||
props: TableProps<RecordType>,
|
||||
ref: React.Ref<HTMLDivElement>,
|
||||
|
Loading…
Reference in New Issue
Block a user