UNPKG
react-dayo
Version:
latest (0.3.6-alpha.0)
0.3.6-alpha.0
0.3.4-alpha.0
0.3.3-alpha.0
0.3.2-alpha.0
0.3.1-alpha.0
0.2.5-alpha.0
0.2.4-alpha.0
0.2.3-alpha.0
0.2.2-alpha.0
0.2.0-alpha.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A Queue component for notification etc
github.com/nju33/react-dayo
nju33/react-dayo
react-dayo
/
dist
/
module
/
entities
/
cycle
/
constants
/
step.js
11 lines
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
var
Step
; (
function
(
Step
) {
Step
[
"Enter"
] =
"enter"
;
Step
[
"Entering"
] =
"entering"
;
Step
[
"Entered"
] =
"entered"
;
Step
[
"Exit"
] =
"exit"
;
Step
[
"Exiting"
] =
"exiting"
;
Step
[
"Exited"
] =
"exited"
; })(
Step
|| (
Step
= {}));
export
default
Step
;
//# sourceMappingURL=step.js.map