jam-cloud/jam-ui/node_modules/react-hook-form/dist/logic/isNameInFieldArray.d.ts

4 lines
167 B
TypeScript

import { InternalFieldName } from '../types';
declare const _default: (names: Set<InternalFieldName>, name: InternalFieldName) => boolean;
export default _default;