Merged in chore/cleanup-booking-flow (pull request #2824)
chore: Cleanup booking-flow after migration * Remove unused types * Clean up exports, types, unused files etc in booking-flow Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -5,7 +5,17 @@ import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
import styles from "./promo.module.css"
|
||||
|
||||
import type { PromoProps } from "@scandic-hotels/booking-flow/types/components/promo/promoProps"
|
||||
type PromoProps = {
|
||||
buttonText: string
|
||||
href: string
|
||||
text: string
|
||||
title: string
|
||||
image?: {
|
||||
src: string
|
||||
altText: string
|
||||
altText_En: string
|
||||
}
|
||||
}
|
||||
|
||||
export default function Promo({
|
||||
buttonText,
|
||||
|
||||
Reference in New Issue
Block a user