@pinnacle0/react-stack-router
Advanced tools
Comparing version 0.1.3-beta.28 to 0.1.3-beta.29
@@ -7,4 +7,4 @@ export { createRouter } from "./createRouter"; | ||
export type { RouteProps, PathRouteProps, ComponentRouteProps } from "./component/Route"; | ||
export type { LocationState as HistoryState, Location, Router, PushOption, ReplaceOption, TransitionOption } from "./type"; | ||
export type { LocationState, Location, Router, PushOption, ReplaceOption, TransitionOption, RouteRenderProps } from "./type"; | ||
export type { LifecycleHook } from "./screen/lifecycle"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@pinnacle0/react-stack-router", | ||
"version": "0.1.3-beta.28", | ||
"version": "0.1.3-beta.29", | ||
"author": "Pinnacle", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ export {createRouter} from "./createRouter"; | ||
export type {RouteProps, PathRouteProps, ComponentRouteProps} from "./component/Route"; | ||
export type {LocationState as HistoryState, Location, Router, PushOption, ReplaceOption, TransitionOption} from "./type"; | ||
export type {LocationState, Location, Router, PushOption, ReplaceOption, TransitionOption, RouteRenderProps} from "./type"; | ||
export type {LifecycleHook} from "./screen/lifecycle"; |
Sorry, the diff of this file is not supported yet
153108