ChemPal Documentation - v1.6.0
    Preparing search index...
    interface ProductImageCarouselProps {
    /** The resolved images to display, in order. */
    images: ReturnType<typeof resolveProductImages>;
    /** Product title, used for the alt/aria fallback text. */
    title: string;
    }
    interface ProductImageCarouselProps {
        images: ResolvedProductImage[];
        title: string;
    }
    Index

    Properties

    Properties

    The resolved images to display, in order.

    title: string

    Product title, used for the alt/aria fallback text.