atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
198 stars 28 forks source link

Export AdditionalRouteAttributes interface #174

Closed dalehurwitz closed 1 year ago

dalehurwitz commented 1 year ago

https://github.com/atlassian-labs/react-resource-router/pull/164 set out to allow custom attributes to be added to the Route type. The AdditionalRouteAttributes interface was erroneously not exported, so custom attributes on Route will currently still give type errors.

This PR resolves the issue, exporting AdditionalRouteAttributes.