import { Field } from "./Field"; export type OnChangeField = Record> = (field: Field, value: any) => any; //# sourceMappingURL=auxiliar.d.ts.map