型・APIリファレンス
    Preparing search index...

    Function useToHome

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

      Returns { toHome: () => void }

      • toHome: () => void

        MDCのホーム画面へ遷移します。

      const { toHome } = Mdc.useToHome();
      toHome();