Skip to content

Commit bbc3d6c

Browse files
Register Component
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent cf3950a commit bbc3d6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/custom/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import ResponsiveDataTable, {
4444
ResponsiveDataTableProps
4545
} from './ResponsiveDataTable';
4646
import SearchBar, { SearchBarProps } from './SearchBar';
47+
import { StyledCardProps } from './StyledCard/StyledCard';
4748
import { TeamTable, TeamTableConfiguration } from './TeamTable';
4849
import { TooltipIcon } from './TooltipIconButton';
4950
import { TransferList } from './TransferModal/TransferList';
@@ -66,6 +67,7 @@ export {
6667
PerformersSectionButton
6768
} from './PerformersSection';
6869
export { SetupPreReq } from './SetupPrerequisite';
70+
export { StyledCard } from './StyledCard';
6971
export { StyledChapter } from './StyledChapter';
7072
export { StyledSearchBar } from './StyledSearchBar';
7173
export { CustomTextField } from './StyledTextField';
@@ -155,6 +157,7 @@ export type {
155157
IPopperListener,
156158
ResponsiveDataTableProps,
157159
SearchBarProps,
160+
StyledCardProps,
158161
TransferListProps,
159162
UniversalFilterProps
160163
};

0 commit comments

Comments
 (0)