UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

7 lines (6 loc) 206 B
import React from 'react'; interface FlightResultsContainerProps { isMobile: boolean; } declare const FlightResultsContainer: React.FC<FlightResultsContainerProps>; export default FlightResultsContainer;