UNPKG

react-forminate

Version:

React.js + Typescript package that creates dynamic UI forms based on the JSON schema

3 lines (2 loc) 160 B
import { CustomChangeEvent } from '../types'; export declare const createCustomEvent: <T = any>(value: T, name: string, type?: string) => CustomChangeEvent<T>;