UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

10 lines (9 loc) 247 B
import { GenericFormInput } from "../../formBaseInput/FormBaseInput"; /** * Interface fo the Inner Control Props */ export interface IInnerControl { BaseControl: GenericFormInput; LabelWith?: number; ControlWith?: number; }