import { cva } from 'class-variance-authority' import styles from './hotelCardDialogImage.module.css' export const hotelCardDialogImageVariants = cva(styles.imageContainer, { variants: { position: { top: styles.top, left: styles.left, }, }, defaultVariants: { position: 'top', }, })