UNPKG

react-forminate

Version:

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

7 lines (6 loc) 235 B
import { BaseField, ProcessedFieldProps } from '../types'; export declare const useDynamicField: <T extends BaseField>(fieldProps: T) => { processedProps: ProcessedFieldProps<T>; fieldErrors: string; isVisible: boolean; };