UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

8 lines (7 loc) 174 B
export declare const hasVisibleError: (formik: any, key: string) => any; export interface ControlProps<T> { translations: any; value: T; formik: any; name: string; }