sp-formgen-react
Version:
Formula generator for SharePoint with JSON for react. UI Fabric controls are used for rendering
10 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SharePointTarget = /** @class */ (function () {
function SharePointTarget() {
}
SharePointTarget.url = "http://localhost:4323";
return SharePointTarget;
}());
exports.SharePointTarget = SharePointTarget;
//# sourceMappingURL=SharePointTarget.js.map