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

    Interface ConfirmDialogProps

    interface ConfirmDialogProps {
        isMobile: boolean;
        isOpen: boolean;
        message: string;
        messageKorean: string;
        onCancel: () => void;
        onConfirm: () => void;
        title: string;
        titleKorean: string;
    }
    Index

    Properties

    isMobile: boolean
    isOpen: boolean
    message: string
    messageKorean: string
    onCancel: () => void
    onConfirm: () => void
    title: string
    titleKorean: string