UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

5 lines (4 loc) 235 B
import React from 'react'; import { SearchResultsConfiguration } from './types'; declare const SearchResultsConfigurationContext: React.Context<SearchResultsConfiguration | undefined>; export default SearchResultsConfigurationContext;