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

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