UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

17 lines 570 B
import { __extends } from "tslib"; import { BaseWebPartHost } from './BaseWebPartHost'; /** * The minimal web part host is the simplest implementation needed to use the * Client Side Web Part Manager. * * @internal */ var MinimalWebPartHost = /** @class */ (function (_super) { __extends(MinimalWebPartHost, _super); function MinimalWebPartHost() { return _super !== null && _super.apply(this, arguments) || this; } return MinimalWebPartHost; }(BaseWebPartHost)); export { MinimalWebPartHost }; //# sourceMappingURL=MinimalWebPartHost.js.map