interface roomCountProps { value: number; } export default function ({ value }: roomCountProps) { return (

Chambres

{value}

); }