UNPKG

react-instantsearch

Version:
17 lines (13 loc) 522 B
'use strict'; 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;