UNPKG
redux-saga-location
Version:
latest (1.6.0)
1.6.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.0
0.0.1
Location-support for redux-saga
github.com/itinance/redux-saga-location
itinance/redux-saga-location
redux-saga-location
/
actions.js
8 lines
(7 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
{
REDUX_SAGA_LOCATION_ACTION_REQUEST
,
REDUX_SAGA_LOCATION_ACTION_SET_ERROR
,
REDUX_SAGA_LOCATION_ACTION_SET_POSITION
,
REDUX_SAGA_LOCATION_CLEAR_REQUEST
,
REDUX_SAGA_LOCATION_STOP_REQUEST
}
from
'./actions/index'
;