UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

10 lines (9 loc) 292 B
import { FormikErrors } from "formik"; import { TravelersFormValues } from "../../types"; declare const validateForm: ( values: TravelersFormValues, agentRequired?: boolean, bookingType?: string, translations?: any ) => FormikErrors<TravelersFormValues>; export default validateForm;