UNPKG

sp-formgen-react

Version:

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

8 lines (7 loc) 137 B
/** * Form Definition for SharePoint fomrs */ export declare class TemplateVariable { Name: string; JsonPath: string; }