UNPKG
@kisstar/rc-ui
Version:
latest (0.2.0)
0.2.0
UI component library built with React Hooks.
dongwanhong.gitee.io/rc-ui
kisstar/rc-ui
@kisstar/rc-ui
/
dist
/
components
/
transition
/
index.js
5 lines
(4 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
import
{
Transition
}
from
'react-transition-group'
;
export
{
Transition
,
SwitchTransition
,
TransitionGroup
}
from
'react-transition-group'
;
export
{
default
as
CSSTransition
}
from
'./CSSTransition'
;
export
default
Transition
;