frontend
    Preparing search index...

    Props for the GameResetDialog component.

    interface GameResetDialogProps {
        cancelReset: () => void;
        confirmOpen: boolean;
        confirmReset: () => void;
    }
    Index

    Properties

    cancelReset: () => void
    confirmOpen: boolean
    confirmReset: () => void