UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

6 lines (5 loc) 170 B
import React from "react"; interface FlightOptionsFormProps { } declare const FlightOptionsForm: React.FC<FlightOptionsFormProps>; export default FlightOptionsForm;