UNPKG

@mantine/form

Version:

Mantine form management library

3 lines (2 loc) 144 B
import { ReorderPayload } from '../types'; export declare function reorderErrors<T>(path: unknown, { from, to }: ReorderPayload, errors: T): T;