frontend
    Preparing search index...

    Props for BlackJack end phase controls.

    interface BjEndPhaseControlsProps {
        autoAdvanceSeconds?: number;
        loading: boolean;
        onManualReset?: () => void;
        onReset: () => void;
    }
    Index

    Properties

    autoAdvanceSeconds?: number
    loading: boolean
    onManualReset?: () => void
    onReset: () => void