core-api: Export ExternalRouteRef

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Johan Haals
2021-02-16 14:21:34 +01:00
parent 08fa2176a3
commit d934a66e3e
+5 -1
View File
@@ -21,6 +21,10 @@ export type {
MutableRouteRef,
} from './types';
export { FlatRoutes } from './FlatRoutes';
export { createRouteRef, createExternalRouteRef } from './RouteRef';
export {
createRouteRef,
createExternalRouteRef,
ExternalRouteRef,
} from './RouteRef';
export type { RouteRefConfig } from './RouteRef';
export { useRouteRef } from './hooks';