import type SearchItemShowMore from "./SearchItemShowMore.js"; export default function SearchItemShowMoreTemplate(this: SearchItemShowMore) { return (
  • {this.showMoreTextCount}
  • ); }