UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

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