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