Lager - v5.2.0
    Preparing search index...

    Props for the DeliveryListItem component.

    This interface defines the structure of the props that are passed to the DeliveryListItem component.

    DeliveryListItemProps

    interface DeliveryListItemProps {
        item: Delivery;
    }
    Index

    Properties

    Properties

    item: Delivery

    The delivery item to be displayed in the list.