UNPKG

@hhgtech/hhg-components

Version:
11 lines (10 loc) 391 B
import { LocaleType } from "../../../interfaces/types"; import { UseTranslationsReturn } from "../../../hooks"; import * as yup from 'yup'; export declare const onboardingUpdatePasswordSchema: (t: UseTranslationsReturn<LocaleType>['t']) => yup.ObjectSchema<{ password: string; confirmPassword: string; }, yup.AnyObject, { password: ""; confirmPassword: ""; }, "">;