Skip to content

Commit

Permalink
Merge pull request #506 from sudhanshutech/fix/export
Browse files Browse the repository at this point in the history
Add missing prop to export
  • Loading branch information
nebula-aac authored Feb 13, 2024
2 parents 3adaafc + 884701b commit b7279d1
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 b7279d1

Please sign in to comment.