@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
13 lines • 516 B
JavaScript
import { __extends } from "tslib";
import { IBaseIframedWebPart, IFRAMED_WEB_PART } from './IBaseIframedWebPart';
var IframedWebPart = /** @class */ (function (_super) {
__extends(IframedWebPart, _super);
function IframedWebPart() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this._type = IFRAMED_WEB_PART.webPart;
return _this;
}
return IframedWebPart;
}(IBaseIframedWebPart));
export { IframedWebPart };
//# sourceMappingURL=IframedWebPart.js.map