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 function SpecialRequests({ registerOptions, }: { registerOptions?: RegisterOptions }) { const intl = useIntl() return (
{intl.formatMessage({ defaultMessage: "Special requests (optional)", })}