react-simple-animate
Version:
react simple animate
8 lines (7 loc) • 381 B
TypeScript
import Animate from './animate';
import AnimateGroup from './animateGroup';
import AnimateKeyframes from './animateKeyframes';
import useAnimate from './useAnimate';
import useAnimateKeyframes from './useAnimateKeyframes';
import useAnimateGroup from './useAnimateGroup';
export { Animate, AnimateGroup, AnimateKeyframes, useAnimate, useAnimateKeyframes, useAnimateGroup };