makearmy-app/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts

4 lines
217 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
import type { InternalFieldName } from '../types';
declare const _default: (names: Set<InternalFieldName>, name: InternalFieldName) => boolean;
export default _default;
//# sourceMappingURL=isNameInFieldArray.d.ts.map