UNPKG

@edirect/form-engine

Version:

Achieve form logic reusage with forms expressed in json format.

4 lines (3 loc) 224 B
import { TFormValues } from '../../index.js'; import { TEventInformation } from '../../events/index.js'; export declare const handler: ({ form, field: eventField }: Pick<TEventInformation, 'form' | 'field'>) => TFormValues;