UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

7 lines (6 loc) 155 B
import React from 'react'; interface FlightPathProps { stops?: number; } declare const FlightPath: React.FC<FlightPathProps>; export default FlightPath;