UNPKG

@edirect/form-engine

Version:

Achieve form logic reusage with forms expressed in json format.

5 lines (4 loc) 282 B
import { TComponent } from '../../types.js'; import { TEventInformation } from '../../events/index.js'; export declare const handler: ({ data, field, eventReducedSchema: { formatters } }: TEventInformation) => void; export declare const events: (component: TComponent) => string[];