UNPKG

kupos-ui-components-lib

Version:

A reusable UI components package

5 lines (4 loc) 166 B
import React from "react"; import { ServiceListProps } from "./types"; declare const ServiceListMobile: React.FC<ServiceListProps>; export default ServiceListMobile;