Axinom Mosaic Libraries
    Preparing search index...
    interface ImagePreviewProps {
        id?: string | null;
        type?: "preview" | "thumbnail";
    }

    Hierarchy

    Index

    Properties

    Properties

    id?: string | null

    Image Id

    type?: "preview" | "thumbnail"

    Whether to render a full size preview image or a thumbnail. default('preview')