• MDCのホーム画面へ遷移するロジックを生成します。

    Returns { toHome: () => void }

    • toHome: () => void
    const { toHome } = Mdc.useToHome();
    toHome();