From f498646c3bc2ad480be7a3d0f11aa11710729911 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 3 Dec 2020 10:49:58 +0100 Subject: [PATCH] feat: expose routerViewLocationKey as internal --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index bad3d9bd..8ace025d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,6 +23,7 @@ export { export { routeLocationKey, + routerViewLocationKey, routerKey, matchedRouteKey, viewDepthKey, -- 2.47.3