---
title: HrefArgs
---

# HrefArgs

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/route-pattern/src/lib/route-pattern/href.ts#L12" target="_blank">View Source</a>

## Summary

Tuple of arguments accepted by `RoutePattern.href()` for a given pattern.

## Signature

```ts
type HrefArgs<source> = _HrefArgs<ParseHrefParams<source>>;

```