Files
Webklar.com/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

4 lines
310 B
TypeScript

import { DeepPartial, FieldValues, Names } from '../types';
declare const _default: <T>(names: string | string[] | undefined, _names: Names, formValues?: FieldValues, isGlobal?: boolean, defaultValue?: DeepPartial<T> | unknown) => any;
export default _default;
//# sourceMappingURL=generateWatchOutput.d.ts.map