UNPKG

@mantine/form

Version:

Mantine form management library

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