UNPKG

sp-formgen-react

Version:

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

9 lines (8 loc) 176 B
import { List } from "./List"; /** * Config Definition for SharePoint Config Lists */ export declare class SPConfig { BaseUrl: string; ListConfigs: List[]; }