UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

16 lines 1 kB
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, { onFocus: function () { return console.log('onFocus called'); }, onBlur: function () { return console.log('onBlur called'); } })); }; return SearchBoxFullSizeExample; }(React.Component)); exports.SearchBoxFullSizeExample = SearchBoxFullSizeExample; }); //# sourceMappingURL=../../../../src/components/SearchBox/examples/SearchBox.FullSize.Example.js.map