Skip to content

Commit

Permalink
Merge pull request #388 from Tencent/fix/table/export
Browse files Browse the repository at this point in the history
fix(table): export table directly
  • Loading branch information
PengYYYYY authored Mar 2, 2022
2 parents 53b4f95 + a30c76f commit fd440a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ const TPrimaryTable = mapProps([
export const BaseTable: WithInstallType<typeof _BaseTable> = withInstall(_BaseTable);
export const PrimaryTable: WithInstallType<typeof TPrimaryTable> = withInstall(TPrimaryTable);
export const EnhancedTable: WithInstallType<typeof _EnhancedTable> = withInstall(_EnhancedTable);
export const Table = withInstall(TPrimaryTable);

export default PrimaryTable;

0 comments on commit fd440a9

Please sign in to comment.