UNPKG

@mantine/form

Version:

Mantine form management library

3 lines (2 loc) 142 B
import type { FormErrors } from '../../types'; export declare function yupResolver(schema: any): (values: Record<string, any>) => FormErrors;