From 0be29d069cf7c57a06264456464cf3f67de1c422 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 2 Nov 2019 16:19:02 +0000 Subject: [PATCH] Add missing choice prop to type --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 89c277b..5cde1f7 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -25,6 +25,7 @@ declare namespace Choices { interface Choice { customProperties?: Record; disabled?: boolean; + active?: boolean; elementId?: string; groupId?: string; id?: string;