office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
16 lines • 802 B
JavaScript
define(["require", "exports", "tslib", "react", "../../Utilities"], function (require, exports, tslib_1, React, Utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var PivotItem = /** @class */ (function (_super) {
tslib_1.__extends(PivotItem, _super);
function PivotItem() {
return _super !== null && _super.apply(this, arguments) || this;
}
PivotItem.prototype.render = function () {
return React.createElement("div", tslib_1.__assign({}, Utilities_1.getNativeProps(this.props, Utilities_1.divProperties)), this.props.children);
};
return PivotItem;
}(Utilities_1.BaseComponent));
exports.PivotItem = PivotItem;
});
//# sourceMappingURL=PivotItem.js.map