import { useIntl } from "react-intl" import TextArea from "@scandic-hotels/design-system/Form/TextArea" import { Typography } from "@scandic-hotels/design-system/Typography" import styles from "./specialRequests.module.css" import type { RegisterOptions } from "react-hook-form" export default function SpecialRequests({ registerOptions, }: { registerOptions?: RegisterOptions }) { const intl = useIntl() return (

{intl.formatMessage({ defaultMessage: "Special requests (optional)", })}

{/* TODO: Hiding because API is not ready for this yet (https://scandichotels.atlassian.net/browse/SW-1497). Add back in when API is ready. */}