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

2 lines
83 B
TypeScript

export declare function removePath<T>(path: unknown, index: number, values: T): T;