mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-05 05:28:20 +08:00
fix
This commit is contained in:
parent
c3d5bca580
commit
da232eeeea
@ -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