office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines • 642 B
JavaScript
import * as tslib_1 from "tslib";
import * as React from 'react';
import { BaseComponent, getNativeProps, divProperties } from '../../Utilities';
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({}, getNativeProps(this.props, divProperties)), this.props.children);
};
return PivotItem;
}(BaseComponent));
export { PivotItem };
//# sourceMappingURL=PivotItem.js.map