Props for the ResetSettingsDialog component

interface ResetSettingsDialogProps {
    onReset: () => void;
}

Properties

Properties

onReset: () => void

Callback function triggered when reset is confirmed