Skip to content

Commit

Permalink
fix(table): export table directly
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Mar 2, 2022
1 parent 53b4f95 commit a30c76f
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 a30c76f

Please sign in to comment.