diff --git a/src/index.d.ts b/src/index.d.ts index 956490e..9f1fd18 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -3,14 +3,15 @@ declare module 'react-lottie-player' { AnimationConfig, AnimationDirection, AnimationEventCallback, - AnimationSegment + AnimationSegment, + RendererType } from 'lottie-web' export type LottieProps = React.DetailedHTMLProps< React.HTMLAttributes, HTMLDivElement > & - Partial> & { + Partial, 'loop' | 'renderer' | 'rendererSettings' | 'audioFactory'>> & { play?: boolean goTo?: number speed?: number