UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

5 lines (4 loc) 286 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;