UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

7 lines (4 loc) 247 B
import React from 'react'; import { SearchResultsConfiguration } from './types'; const SearchResultsConfigurationContext = React.createContext<SearchResultsConfiguration | undefined>(undefined); export default SearchResultsConfigurationContext;