UNPKG

sp-formgen-react

Version:

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

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