Files
wdi-dashboard/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts

4 lines
212 B
TypeScript
Raw Normal View History

2024-08-16 15:06:52 +05:30
import { InternalFieldName } from '../types';
declare const _default: (names: Set<InternalFieldName>, name: InternalFieldName) => boolean;
export default _default;
//# sourceMappingURL=isNameInFieldArray.d.ts.map