UNPKG

203 BJavaScriptView Raw
1import Animate from './animate';
2import Expand from './expand';
3import OverlayAnimate from './overlay-animate';
4
5Animate.Expand = Expand;
6Animate.OverlayAnimate = OverlayAnimate;
7
8export default Animate;
\No newline at end of file