Skip to content

Commit b3c52d4

Browse files
committed
Update SELECTED_ITEMS_COUNT_TEXT typedef.
1 parent 7c4ead0 commit b3c52d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ declare module 'react-native-dropdown-picker' {
7575
export interface TranslationInterface {
7676
PLACEHOLDER: string;
7777
SEARCH_PLACEHOLDER: string;
78-
SELECTED_ITEMS_COUNT_TEXT: string;
78+
SELECTED_ITEMS_COUNT_TEXT: string | {
79+
[key in (number | "n")]: string;
80+
};
7981
NOTHING_TO_SHOW: string;
8082
}
8183

0 commit comments

Comments
 (0)