Lager - v5.2.0
    Preparing search index...

    Type Alias OrderActionButtonProps

    type OrderActionButtonProps = {
        onPress: () => void;
        text: string;
    }
    Index

    Properties

    Properties

    onPress: () => void
    text: string