UNPKG

@agile-ts/multieditor

Version:

Simple Form Manager for UI-Frameworks

9 lines (8 loc) 259 B
import type { BaseSchema } from 'yup'; import { Validator } from '../../validator'; /** * Returns a Validator created based on the specified Yup schema. * * @param schema - Yup schema */ export declare function yupResolver(schema: BaseSchema): Validator;