Skip to content

Commit

Permalink
chore: add CatalogFilter exports to src/index
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Tyagi <[email protected]>
Signed-off-by: Parv-gugnani <[email protected]>
  • Loading branch information
dragon-slayer875 authored and Parv-gugnani committed Apr 8, 2024
1 parent 8c2b518 commit beae119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/custom/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import CatalogFilter, { CatalogFilterProps } from './CatalogFilter/CatalogFilter';
import { ConnectionChip } from './ConnectionChip';
import {
CustomColumn,
Expand Down Expand Up @@ -33,6 +34,7 @@ import UniversalFilter, { UniversalFilterProps } from './UniversalFilter';
export { StyledChartDialog } from './ChartDialog';
export { StyledSearchBar } from './StyledSearchBar';
export {
CatalogFilter,
ConnectionChip,
CustomColumnVisibilityControl,
CustomDialog,
Expand All @@ -57,6 +59,7 @@ export {
withSuppressedErrorBoundary
};
export type {
CatalogFilterProps,
CustomColumn,
CustomColumnVisibilityControlProps,
CustomDialogProps,
Expand Down

0 comments on commit beae119

Please sign in to comment.