Files
super-app/components/widgets/index.tsx
2024-09-24 17:39:17 +00:00

23 lines
1.8 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";