UNPKG

@mantine/form

Version:

Mantine form management library

4 lines (3 loc) 237 B
import type { FormErrors } from '../../types'; /** @deprecated Use https://github.com/mantinedev/mantine-form-superstruct-resolver */ export declare function superstructResolver(schema: any): (values: Record<string, any>) => FormErrors;