UNPKG

sp-formgen-react

Version:

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

13 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Target that use https://localhost:4323 */ var SharePointTargetLocal = /** @class */ (function () { function SharePointTargetLocal() { } SharePointTargetLocal.url = "https://localhost:4323"; return SharePointTargetLocal; }()); exports.SharePointTargetLocal = SharePointTargetLocal; //# sourceMappingURL=SharePointTarget.js.map