Co-authored-by: Prajjaval Verma <prajjaval.verma@navi.com> Co-authored-by: Balrambhai Sharma <sharma.balrambhai@navi.com>
29 lines
2.5 KiB
TypeScript
29 lines
2.5 KiB
TypeScript
export { StyledImage } from "../StyledImage";
|
|
export { default as ComparisonWidget } from "./ComparisonWidget";
|
|
export { default as HeaderLottieAnimationWidget } from "./HeaderLottieAnimationWidget";
|
|
export { default as HeaderWithAssetsWidget } from "./HeaderWithAssetsWidget";
|
|
export { default as SliderWidget } from "./SliderWidget";
|
|
export { default as TitleWithAssetsWidget } from "./TitleWithAssetsWidget";
|
|
export { default as CardWithIconWidget } from "./card-with-icon-widget/CardWithIconWidget";
|
|
export { default as FAB } from "./fab/FAB";
|
|
export { default as FooterWithCardWidget } from "./footer-with-card-widget/FooterWithCardWidget";
|
|
export { default as GridWithCardWidget } from "./grid-with-card-widget/GridWithCardWidget";
|
|
export { default as HeroSectionWidget } from "./hero-section-widget/HeroSectionWidget";
|
|
export { default as SelectCardWithDetailListWidget } from "./select-card-with-detail-list/SelectCardWithDetailList";
|
|
export { default as SpacerWidget } from "./spacer-widget/SpacerWidget";
|
|
export { StyledText } from "./styled-text/StyledText";
|
|
export { default as SumInsuredWidget } from "./sum-insured-carousel-widget/SumInsuredWidget";
|
|
export { default as TableWidget } from "./table-widget/Table";
|
|
export { default as TitleRightTitleWithContentListWidget } from "./title-right-title-with-content-list-widget/TitleRightTitleWithContentListWidget";
|
|
export { default as TitleSubtitleWithAssetWidget } from "./title-subtitle-with-asset-widget/TitleSubtitleWithAssetWidget";
|
|
export { default as TitleWidget } from "./title-widget/TitleWidget";
|
|
export { default as TitleWithAssetBackgroundWidget } from "./title-with-asset-background/TitleWithAssetBackground";
|
|
export { default as TitleWithColumnWidget } from "./title-with-column-widget/TitleWithColumnWidget";
|
|
export { default as TitleWithListWidget } from "./title-with-list-widget/TitleWithListWidget";
|
|
export { default as ListItemWidget } from "./list-item-with-icon-widget/ListItemWidget";
|
|
export { default as CardWithListItemsWidget } from "./card-with-list-items-widget/CardWithListItemsWidget";
|
|
export { default as TitleWithHorizontalCarouselListWidget } from "./title-with-horizontal-carousel-list-widget/TitleWithHorizontalCarouselListWidget";
|
|
export { default as SelectCardWithTagListItems } from "./select-card-with-tag-list-items/SelectCardWithTagListItems";
|
|
export { default as ExpandableListWidget } from "./expandable-list-widget/ExpandableListWidget";
|
|
export { default as SelectCardWithFooterWidget } from "./select-card-with-footer-widget/SelectCardWithFooterWidget";
|