From ccd86b12de3b58a6f29422c09528bda0b9135527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Sko=CC=88ldborg?= Date: Fri, 27 Nov 2020 11:14:59 +0100 Subject: [PATCH] Added TS typing for tabIndex --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 4cc2a1d..b09d2ed 100644 --- a/index.d.ts +++ b/index.d.ts @@ -31,6 +31,7 @@ declare module "lottie-react-web" { direction?: 1 | -1; ariaRole?: string; ariaLabel?: string; + tabIndex?: string | number; title?: string; // Not documented