Skip to content

Commit

Permalink
Update SELECTED_ITEMS_COUNT_TEXT typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein-zare committed Apr 8, 2022
1 parent 7c4ead0 commit b3c52d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ declare module 'react-native-dropdown-picker' {
export interface TranslationInterface {
PLACEHOLDER: string;
SEARCH_PLACEHOLDER: string;
SELECTED_ITEMS_COUNT_TEXT: string;
SELECTED_ITEMS_COUNT_TEXT: string | {
[key in (number | "n")]: string;
};
NOTHING_TO_SHOW: string;
}

Expand Down

0 comments on commit b3c52d4

Please sign in to comment.