This commit is contained in:
栗嘉男 2023-07-05 15:10:05 +08:00
parent 60a2ae6319
commit c3d5bca580

View File

@ -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>,