We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02c01d commit 334cbceCopy full SHA for 334cbce
src/common/types.ts
@@ -238,7 +238,7 @@ export type InvariantRoute = {
238
/**
239
* Custom additional attributes that may be present in each route definition.
240
*/
241
-interface AdditionalRouteAttributes {}
+export interface AdditionalRouteAttributes {}
242
243
export type Route = InvariantRoute & {
244
/** The component to render on match, typed explicitly */
src/index.ts
@@ -38,6 +38,7 @@ export {
38
} from './common/utils';
39
40
export type {
41
+ AdditionalRouteAttributes,
42
BrowserHistory,
43
CreateRouterContextOptions,
44
FindRouterContextOptions,
0 commit comments