UNPKG

sp-formgen-react

Version:

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

8 lines (7 loc) 255 B
import { ListConfig } from "./ListConfig"; import { ObjectTranslate } from "formgen-react/dist/objects/ObjectTranslate"; export declare class ChildConfig { ParentField: string; Config: ListConfig; ConfigTranslation?: ObjectTranslate; }