Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
    Preparing search index...

    Interface MatchCountdownProps

    Props for the MatchCountdown component

    interface MatchCountdownProps {
        isMobile: boolean;
        onComplete: () => void;
        onSkip?: () => void;
        showSkip?: boolean;
    }
    Index

    Properties

    isMobile: boolean

    Whether layout should adapt for mobile screens

    onComplete: () => void

    Callback when countdown completes

    onSkip?: () => void

    Optional callback for skip button

    showSkip?: boolean

    Whether skip button should be shown