You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
361 B
TypeScript
4 lines
361 B
TypeScript
import { FieldRefs, InternalFieldName, Ref } from '../types';
|
|
declare const iterateFieldsByAction: (fields: FieldRefs, action: (ref: Ref, name: string) => 1 | undefined | void, fieldsNames?: Set<InternalFieldName> | InternalFieldName[] | 0, abortEarly?: boolean) => void;
|
|
export default iterateFieldsByAction;
|
|
//# sourceMappingURL=iterateFieldsByAction.d.ts.map
|