From 3fbe1cfa7681988bc6edb1f020be726c76269041 Mon Sep 17 00:00:00 2001 From: Vinicius Blazius Goulart Date: Mon, 12 Aug 2024 14:22:56 -0300 Subject: [PATCH] fix(types): add prop testID to index.d.ts (#605) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 2924ff41..cac5c687 100644 --- a/index.d.ts +++ b/index.d.ts @@ -14,6 +14,7 @@ export interface Item { value: any; key?: string | number; color?: string; + testID?: string; /** * Used when you want a different label displayed * on the input than what is displayed on the Picker