export {
TRANSITION: string,
TRANSITION_SUCCESS: string,
UPDATE_LOCATION: string,
push: (location: Location) => Action,
replace: (location: Location) => Action,
go: (n: number) => Action,
goBack: () => Action,
goForward: () => Action,
transitionSuccess: () => Action,
updateLocation: (location: Location) => Action,
createReducer: (history: History) => (state: any, action: Action) => Loop,
}
create-router-reducer
1.0.1 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i create-router-reducer
Weekly Downloads
8
Version
1.0.1
License
ISC