Skip to content

Commit

Permalink
fix(export): add props
Browse files Browse the repository at this point in the history
Signed-off-by: sudhanshu dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Feb 13, 2024
1 parent f0b95c4 commit 884701b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/custom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { FlipCard } from './FlipCard';
import { useWindowDimensions } from './Helpers/Dimension';
import { useNotificationHandler } from './Helpers/Notification';
import PopperListener, { IPopperListener } from './PopperListener';
import ResponsiveDataTable from './ResponsiveDataTable';
import ResponsiveDataTable, { ResponsiveDataTableProps } from './ResponsiveDataTable';
import SearchBar, { SearchBarProps } from './SearchBar';
import { StyledTooltip } from './Tooltip';
import UniversalFilter, { UniversalFilterProps } from './UniversalFilter';
Expand Down Expand Up @@ -43,6 +43,7 @@ export type {
CustomColumn,
CustomColumnVisibilityControlProps,
IPopperListener,
ResponsiveDataTableProps,
SearchBarProps,
UniversalFilterProps
};

0 comments on commit 884701b

Please sign in to comment.