react-animate-z
Version:
React hook animate (lib)
7 lines (6 loc) • 319 B
TypeScript
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;