UNPKG

kupos-service-item-package

Version:

A reusable service item component

8 lines (7 loc) 180 B
import React from "react"; interface LottieIconProps { animationData: any; size?: string; } declare const LottieIcon: React.FC<LottieIconProps>; export default LottieIcon;