UNPKG
@re-flex/transition-group
Version:
latest (0.2.27)
0.2.27
0.2.26
0.2.25
0.2.24
0.2.18
Re-flex UI Transtion Controller Package
github.com/meftunca/reflex
meftunca/reflex
@re-flex/transition-group
/
index.js
5 lines
(4 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
export
{
default
as
Transition
}
from
'./Transition'
;
export
{
default
as
TransitionGroup
}
from
'./TransitionGroup'
;
export
{
default
as
CSSTransition
}
from
'./CSSTransition'
;
export
{
default
as
StyleTransition
}
from
'./StyleTransition'
;