UNPKG

kupos-ui-components-lib

Version:

A reusable UI components package

6 lines (5 loc) 291 B
import ServiceListDesktop from "./ServiceListDesktop"; import ServiceListMobile from "./ServiceListMobile"; import ResponsiveServiceList from "./ResponsiveServiceList"; export { ServiceListDesktop, ServiceListMobile, ResponsiveServiceList }; export type { ServiceListProps } from "./types";