diff --git a/index.d.ts b/index.d.ts index cac5c68..604f49a 100644 --- a/index.d.ts +++ b/index.d.ts @@ -90,7 +90,7 @@ export interface PickerSelectProps { touchableDoneProps?: CustomTouchableDoneProps; touchableWrapperProps?: CustomTouchableWrapperProps; Icon?: React.FC; - InputAccessoryView?: React.ReactNode; + InputAccessoryView?: () => React.ReactNode; darkTheme?: boolean; dropdownItemStyle?: StyleProp, activeItemStyle?: StyleProp,