UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

7 lines (6 loc) 218 B
import React from 'react'; interface SearchResultsContainerProps { onBookingStarted?: () => void; } declare const SearchResultsContainer: React.FC<SearchResultsContainerProps>; export default SearchResultsContainer;