frontend
    Preparing search index...

    Props for BlackJack insurance phase controls.

    interface BjInsurancePhaseControlsProps {
        hintEnabled: boolean;
        loading: boolean;
        onDecline: () => void;
        onInsurance: () => void;
        suggestedAction: number;
    }
    Index

    Properties

    hintEnabled: boolean
    loading: boolean
    onDecline: () => void
    onInsurance: () => void
    suggestedAction: number