NeahFront3/node_modules/react-hook-form/dist/utils/flatten.d.ts
2025-04-09 18:02:58 +02:00

3 lines
142 B
TypeScript

import { FieldValues } from '../types';
export declare const flatten: (obj: FieldValues) => FieldValues;
//# sourceMappingURL=flatten.d.ts.map