File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import ResponsiveDataTable, {
4444 ResponsiveDataTableProps
4545} from './ResponsiveDataTable' ;
4646import SearchBar , { SearchBarProps } from './SearchBar' ;
47+ import { StyledCardProps } from './StyledCard/StyledCard' ;
4748import { TeamTable , TeamTableConfiguration } from './TeamTable' ;
4849import { TooltipIcon } from './TooltipIconButton' ;
4950import { TransferList } from './TransferModal/TransferList' ;
@@ -66,6 +67,7 @@ export {
6667 PerformersSectionButton
6768} from './PerformersSection' ;
6869export { SetupPreReq } from './SetupPrerequisite' ;
70+ export { StyledCard } from './StyledCard' ;
6971export { StyledChapter } from './StyledChapter' ;
7072export { StyledSearchBar } from './StyledSearchBar' ;
7173export { CustomTextField } from './StyledTextField' ;
@@ -155,6 +157,7 @@ export type {
155157 IPopperListener ,
156158 ResponsiveDataTableProps ,
157159 SearchBarProps ,
160+ StyledCardProps ,
158161 TransferListProps ,
159162 UniversalFilterProps
160163} ;
You can’t perform that action at this time.
0 commit comments