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