UNPKG

niceform-hook

Version:
3 lines 208 B
import { Field } from "./Field"; export type OnChangeField<FieldProps extends Record<string, any> = Record<string, any>> = (field: Field<FieldProps>, value: any) => any; //# sourceMappingURL=auxiliar.d.ts.map