UNPKG

sp-formgen-react

Version:

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

8 lines (7 loc) 114 B
/** * The View Name as object. */ export interface ViewItem { ViewName: string; Query: string; }