Skip to content

Commit d9ca7f6

Browse files
Update RouteMatchType.md
add staticData property
1 parent 6a62499 commit d9ca7f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/router/framework/react/api/router/RouteMatchType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ interface RouteMatch {
2525
abortController: AbortController
2626
cause: 'enter' | 'stay'
2727
ssr?: boolean | 'data-only'
28+
staticData: StaticDataRouteOption
2829
}
2930
```

0 commit comments

Comments
 (0)