UNPKG

sp-formgen-react

Version:

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

8 lines (7 loc) 228 B
import { ITargetInfo } from "gd-sprest/build/utils/types"; /** * Target that use https://localhost:4323 */ export class SharePointTargetLocal implements ITargetInfo { static url:string = "https://localhost:4323"; }