File tree Expand file tree Collapse file tree
custom/CatalogDesignTable Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import CatalogDesignsTable from './CatalogDesignTable' ;
22import { colViews , createDesignColumns } from './columnConfig' ;
3+ export { CatalogTableVisibilityControl } from './CatalogTableVisibilityControl' ;
4+ export { ViewSwitch } from './ViewSwitch' ;
35export { CatalogDesignsTable , colViews , createDesignColumns } ;
Original file line number Diff line number Diff line change 1+ export { default as GridViewIcon } from './GridViewIcon' ;
Original file line number Diff line number Diff line change 1+ export { default as TableViewIcon } from './TableViewIcon' ;
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export * from './EmptyStyle';
5353export * from './Environment' ;
5454export * from './ExternalLink' ;
5555export * from './Feedback' ;
56+ export * from './GridView' ;
5657export * from './HelpIcon' ;
5758export * from './Idea' ;
5859export * from './InfoOutlined' ;
@@ -88,6 +89,7 @@ export * from './Share';
8889export * from './SocialMedial' ;
8990export * from './Star' ;
9091export * from './Success' ;
92+ export * from './TableView' ;
9193export * from './TerminalIcon' ;
9294export * from './Toolkit' ;
9395export * from './Touch' ;
You can’t perform that action at this time.
0 commit comments