UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

11 lines (10 loc) 226 B
import React from "react"; interface IconProps { name: string; className?: string; title?: string; width?: number; height?: number; } declare const Icon: React.FC<IconProps>; export default Icon;