UNPKG

sp-formgen-react

Version:

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

11 lines (10 loc) 295 B
import { ObjectTranslate } from "formgen-react/dist/objects/ObjectTranslate"; import { ListConfig } from "./ListConfig"; /** * Definition for the a SharePoint List */ export declare class List { Key: string; ListConfig: ListConfig; ConfigTranslation?: ObjectTranslate; }