diff --git a/index.d.ts b/index.d.ts index 0e0dd540a..9bdf30d58 100644 --- a/index.d.ts +++ b/index.d.ts @@ -171,7 +171,7 @@ declare module 'react-native-dropdown-picker' { style: StyleProp; }) => JSX.Element; arrowIconContainerStyle?: StyleProp; - arrowIconStyle?: StyleProp; + arrowIconStyle?: StyleProp; ArrowUpIconComponent?: (props: { style: StyleProp; }) => JSX.Element; @@ -271,7 +271,7 @@ declare module 'react-native-dropdown-picker' { theme?: ThemeNameType; TickIconComponent?: (props: { style: StyleProp }) => JSX.Element; tickIconContainerStyle?: StyleProp; - tickIconStyle?: StyleProp; + tickIconStyle?: StyleProp; translation?: Partial; zIndexInverse?: number; zIndex?: number;