UNPKG

formgen-react

Version:

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

8 lines (7 loc) 128 B
import { Column } from "./Column"; /** * Row object for Rendering */ export declare class Row { Columns: Column[]; }