Interface CarouselProps

interface CarouselProps {
    images?: { is_uploaded_asset?: boolean; url: string }[];
    include_all_images_in_pdf?: boolean;
    placeholder_height?: string;
}

Properties

images?: { is_uploaded_asset?: boolean; url: string }[]
include_all_images_in_pdf?: boolean
placeholder_height?: string