diff --git a/src/table/index.ts b/src/table/index.ts index 1e126fd4b7..841ba14aa9 100644 --- a/src/table/index.ts +++ b/src/table/index.ts @@ -33,5 +33,6 @@ const TPrimaryTable = mapProps([ export const BaseTable: WithInstallType = withInstall(_BaseTable); export const PrimaryTable: WithInstallType = withInstall(TPrimaryTable); export const EnhancedTable: WithInstallType = withInstall(_EnhancedTable); +export const Table = withInstall(TPrimaryTable); export default PrimaryTable;