UNPKG

@mantine/form

Version:

Mantine form management library

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