diff --git a/components/table/Table.tsx b/components/table/Table.tsx index 0820749e57..d1de7dc45e 100644 --- a/components/table/Table.tsx +++ b/components/table/Table.tsx @@ -13,7 +13,7 @@ import { import type { RefTable } from './interface'; export type AnyObject = Record; - +// const Table = ( props: TableProps, ref: React.Ref,