UNPKG

361 BTypeScriptView Raw
1import { FieldRefs, InternalFieldName, Ref } from '../types';
2declare const iterateFieldsByAction: (fields: FieldRefs, action: (ref: Ref, name: string) => 1 | undefined | void, fieldsNames?: Set<InternalFieldName> | InternalFieldName[] | 0, abortEarly?: boolean) => void;
3export default iterateFieldsByAction;
4//# sourceMappingURL=iterateFieldsByAction.d.ts.map
\No newline at end of file