@alfonmga/react-lottie-light-ts
Version:
React/Typescript wrapper for awesome Airbnb's [lottie-web](https://github.com/airbnb/lottie-web) lib.
4 lines (3 loc) • 427 B
TypeScript
import { Lottie } from './components/Lottie';
import { ReactLottieConfig, ReactLottieOwnProps, ReactLottieState, ReactLottiePlayingState, ReactLottieEvent, ReactLottieConfigWithData, ReactLottieConfigWithPath } from './components/Lottie/interface';
export { Lottie, ReactLottieConfig, ReactLottieOwnProps, ReactLottieState, ReactLottiePlayingState, ReactLottieEvent, ReactLottieConfigWithPath, ReactLottieConfigWithData, };