import { useIntl } from "react-intl" import Caption from "../../Caption" import styles from "./hotelVoucherCard.module.css" import { Typography } from "../../Typography" type ProductTypeVoucher = { numberOfVouchers: number } export default function HotelVoucherCard({ productTypeVoucher, }: { productTypeVoucher: ProductTypeVoucher }) { const intl = useIntl() return (
{productTypeVoucher.numberOfVouchers}