Files
emaui/node_modules/@mantine/form/lib/paths/reorder-path.d.ts
2026-05-29 15:23:46 +03:00

3 lines
142 B
TypeScript

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