office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
18 lines (16 loc) • 822 B
JavaScript
define(["require", "exports", "tslib", "react", "office-ui-fabric-react/lib/SearchBox"], function (require, exports, tslib_1, React, SearchBox_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var SearchBoxFullSizeExample = (function (_super) {
tslib_1.__extends(SearchBoxFullSizeExample, _super);
function SearchBoxFullSizeExample() {
return _super !== null && _super.apply(this, arguments) || this;
}
SearchBoxFullSizeExample.prototype.render = function () {
return (React.createElement(SearchBox_1.SearchBox, null));
};
return SearchBoxFullSizeExample;
}(React.Component));
exports.SearchBoxFullSizeExample = SearchBoxFullSizeExample;
});
//# sourceMappingURL=SearchBox.FullSize.Example.js.map