"use client" import { useIntl } from "react-intl" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" import { OldDSButton as Button } from "@scandic-hotels/design-system/OldDSButton" import styles from "./button.module.css" import type { ShowMoreButtonParams } from "@/types/components/myPages/stays/button" export default function ShowMoreButton({ disabled, loadMoreData, }: ShowMoreButtonParams) { const intl = useIntl() return (