Skip to content

Commit 721c1b5

Browse files
committed
feat: export GridViewIcon and TableViewIcon components; update CatalogDesignTable exports
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 14457f0 commit 721c1b5

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import CatalogDesignsTable from './CatalogDesignTable';
22
import { colViews, createDesignColumns } from './columnConfig';
3+
export { CatalogTableVisibilityControl } from './CatalogTableVisibilityControl';
4+
export { ViewSwitch } from './ViewSwitch';
35
export { CatalogDesignsTable, colViews, createDesignColumns };

src/icons/GridView/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as GridViewIcon } from './GridViewIcon';

src/icons/TableView/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as TableViewIcon } from './TableViewIcon';

src/icons/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export * from './EmptyStyle';
5353
export * from './Environment';
5454
export * from './ExternalLink';
5555
export * from './Feedback';
56+
export * from './GridView';
5657
export * from './HelpIcon';
5758
export * from './Idea';
5859
export * from './InfoOutlined';
@@ -88,6 +89,7 @@ export * from './Share';
8889
export * from './SocialMedial';
8990
export * from './Star';
9091
export * from './Success';
92+
export * from './TableView';
9193
export * from './TerminalIcon';
9294
export * from './Toolkit';
9395
export * from './Touch';

0 commit comments

Comments
 (0)