UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 315 B
import { LocaleType } from "../../../interfaces/types"; import { UseTranslationsReturn } from "../../../hooks"; import * as yup from 'yup'; export declare const onboardingSchema: (t: UseTranslationsReturn<LocaleType>['t']) => yup.ObjectSchema<{ phone: string; }, yup.AnyObject, { phone: ""; }, "">;