UNPKG

react-animate-z

Version:
7 lines (6 loc) 319 B
import Animation from "./components/index"; import AnimationTyping from "./components/AnimationTyping"; import { AnimateWrapper } from "./components/AnimationWrapper"; export * from './components/types'; export { AnimationTyping as AnimateTyping, Animation as Animate, AnimateWrapper }; export default Animation;