UNPKG

@bolttech/form-engine

Version:

A form engine based on form events for react projects

4 lines (3 loc) 207 B
import { TFormValues } from '@core'; import { TEventInformation } from '@core/events'; export declare const handler: ({ form, field, }: Pick<TEventInformation<unknown>, 'form' | 'field'>) => TFormValues;