Repository URL to install this package:
|
Version:
2.1.16 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const renderProps_1 = require("./renderProps");
const styled_1 = require("./styled");
class Search extends react_1.default.PureComponent {
render() {
return react_1.default.createElement(styled_1.StyledSearch, Object.assign({}, this.props));
}
}
Search.defaultProps = {
renderSearch: renderProps_1.defaultRenderSearch
};
exports.Search = Search;
exports.default = Search;