@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
15 lines • 601 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SPServiceFactory = void 0;
var tslib_1 = require("tslib");
var SPService_1 = tslib_1.__importDefault(require("./SPService"));
var SPServiceFactory = /** @class */ (function () {
function SPServiceFactory() {
}
SPServiceFactory.createService = function (context, includeDelay, delayTimeout, webAbsoluteUrl) {
return new SPService_1.default(context, webAbsoluteUrl);
};
return SPServiceFactory;
}());
exports.SPServiceFactory = SPServiceFactory;
//# sourceMappingURL=SPServiceFactory.js.map