UNPKG

@mantine/form

Version:

Mantine form management library

3 lines (2 loc) 223 B
import type { FormRulesRecord } from '../types'; export declare function getRuleForPath<T>(path: string, rules: FormRulesRecord<T> | undefined): ((value: any, values: any, path: string, signal: AbortSignal) => any) | null;