UNPKG
@logux/actions
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Types and action creators for build-in Logux actions
logux.org
logux/actions
@logux/actions
/
processing
/
index.js
6 lines
(3 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ defineAction }
from
'../define-action/index.js'
export
const
loguxProcessed =
defineAction
(
'logux/processed'
)
export
const
loguxUndo =
defineAction
(
'logux/undo'
)