Lager - v5.2.0
    Preparing search index...

    Used for passing props to the DeliveryItem component, containing delivery details.

    This interface is specifically designed for use in navigation and component prop passing within a React or React Native application, where the delivery item is passed as a parameter through navigation routes.

    DeliveryItemProps

    interface DeliveryItemProps {
        route?: { params: { item: Delivery } };
    }
    Index

    Properties

    Properties

    route?: { params: { item: Delivery } }

    Object containing navigation route information.