NeahNew/node_modules/react-hook-form/dist/utils/flatten.d.ts
2025-05-03 14:17:46 +02:00

3 lines
142 B
TypeScript

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