From 36e957d9b67c213577cfb48ecb6a4c3e10dfd2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Pe=C3=B1a?= Date: Tue, 12 Apr 2022 12:07:50 -0700 Subject: [PATCH] Match TS props to React PropTypes --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 9a4f49d..fa5a1d9 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -10,7 +10,7 @@ declare module 'react-lottie-player' { React.HTMLAttributes, HTMLDivElement > & - Pick & { + Partial> & { play?: boolean goTo?: number speed?: number