Lager - v5.2.0
    Preparing search index...

    Type Alias OrderItemProp

    Type representing the properties for the OrderItem component.

    This type defines the structure of the props that are passed to the OrderItem component.

    type OrderItemProp = {
        item: Order;
        navigation: never;
    }
    Index

    Properties

    Properties

    item: Order

    The order item to be displayed by the OrderItem component.

    navigation: never