Props for ProductImageCarousel.
interface ProductImageCarouselProps { /** The resolved images to display, in order. */ images: ReturnType<typeof resolveProductImages>; /** Product title, used for the alt/aria fallback text. */ title: string;} Copy
interface ProductImageCarouselProps { /** The resolved images to display, in order. */ images: ReturnType<typeof resolveProductImages>; /** Product title, used for the alt/aria fallback text. */ title: string;}
The resolved images to display, in order.
Product title, used for the alt/aria fallback text.
Props for ProductImageCarousel.
Source