UNPKG

@data-driven-forms/react-form-renderer

Version:

React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.

4 lines (3 loc) 76 B
export interface ActionMapper { [key: string]: (...args: any[]) => any; }