UNPKG

kupos-ui-components-lib

Version:

A reusable UI components package

16 lines (15 loc) 1.4 kB
import ServiceItemPB from "./ServiceItemPb"; import ServiceItemDesktop from "./components/ServiceItem/ServiceItemDesktop"; import ServiceItemMobile from "./components/ServiceItem/ServiceItemMobile"; import ResponsiveServiceItem from "./components/ServiceItem/ResponsiveServiceItem"; import ServiceItemPBMobile from "./components/ServiceItem/ServiceItemMobile"; import KuposUIComponent from "./KuposUIComponent"; import { PaymentSideBarDesktop, PaymentSideBarMobile, ResponsivePaymentSideBar } from "./components/PaymentSideBar"; import { ServiceListDesktop, ServiceListMobile, ResponsiveServiceList } from "./components/ServiceList"; import { FilterBarDesktop, FilterBarMobile, ResponsiveFilterBar } from "./components/FilterBar"; export { ServiceItemPB, ServiceItemDesktop, ServiceItemMobile, ResponsiveServiceItem, ServiceItemPBMobile, KuposUIComponent, PaymentSideBarDesktop, PaymentSideBarMobile, ResponsivePaymentSideBar, ServiceListDesktop, ServiceListMobile, ResponsiveServiceList, FilterBarDesktop, FilterBarMobile, ResponsiveFilterBar }; export type { ServiceItemProps } from "./types"; export type { MobileServiceItemProps } from "./components/ServiceItem/mobileTypes"; export type { PaymentSideBarProps } from "./components/PaymentSideBar/types"; export type { ServiceListProps } from "./components/ServiceList/types"; export type { FilterBarProps } from "./components/FilterBar/tyoes";