Skip to content

Commit

Permalink
fix(types): add prop testID to index.d.ts (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibgoulart authored Aug 12, 2024
1 parent 573ffda commit 3fbe1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fbe1cf

Please sign in to comment.