@qite/tide-booking-component
Version:
React Booking wizard & Booking product component for Tide
8 lines (7 loc) • 321 B
TypeScript
import React from 'react';
import { ExtendedFlightSearchResponseItem } from '../../../types';
interface IndependentFlightSelectionProps {
searchResults: ExtendedFlightSearchResponseItem[];
}
declare const IndependentFlightSelection: React.FC<IndependentFlightSelectionProps>;
export default IndependentFlightSelection;