mifi / react-lottie-player

Fully declarative React Lottie player
MIT License
495 stars 52 forks source link

Exported LottieProps type #68

Closed kb-ig closed 2 years ago

kb-ig commented 2 years ago

fixes #46

Small change to export the LottieProps type. It can now be imported by consumers of the library, using

import { LottieProps } from "react-lottie-player";

To verify:

mifi commented 2 years ago

lgtm! thanks