react-instantsearch
Version:
⚡ Lightning-fast search for React, by Algolia
17 lines (13 loc) • 522 B
JavaScript
;
var _object_without_properties = require('@swc/helpers/_/_object_without_properties');
var React = require('react');
function ShowMoreButton(_0) {
var isShowingMore = _0.isShowingMore, translations = _0.translations, props = _object_without_properties._(_0, [
"isShowingMore",
"translations"
]);
return /*#__PURE__*/ React.createElement("button", props, translations.showMoreButtonText({
isShowingMore: isShowingMore
}));
}
exports.ShowMoreButton = ShowMoreButton;