UNPKG

formgen-react

Version:

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

11 lines (10 loc) 207 B
import { Control } from "./Control"; /** * Column object for Rendering */ export declare class Column { CssClass?: string; Styles?: any; LabelWith?: number; Controls?: Control[]; }