UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

9 lines (8 loc) 238 B
import React from 'react'; import { Tag } from '../../types'; interface FlightBannerProps { tag: Tag; luggageIncluded: boolean; } declare const FlightBannerComponent: React.FC<FlightBannerProps>; export default FlightBannerComponent;