Browse Source

fix

pull/43342/head
栗嘉男 1 year ago
parent
commit
c3d5bca580
  1. 2
      components/table/Table.tsx

2
components/table/Table.tsx

@ -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…
Cancel
Save