UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

14 lines (13 loc) 374 B
import React from 'react'; import { BaseFieldConfig } from '../../types'; interface Props { fieldConfig: BaseFieldConfig; enableMobileFilter?: boolean; highlightTarget?: string; isSecondInput?: boolean; isDoubleInput?: boolean; readOnlyForced?: boolean; isDisabled?: boolean; } declare const SearchInputGroup: React.FC<Props>; export default SearchInputGroup;