interface Props {
    onGoToSettings: () => void;
}

Properties

Properties

onGoToSettings: () => void