UNPKG

@mantine/form

Version:

Mantine form management library

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