volleyball-dev-frontend/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts
2025-06-02 16:42:16 +00: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