Skip to content

Commit

Permalink
Fix Icon prop type (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
noterB authored Jan 25, 2024
1 parent cf87c9d commit 4901928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface PickerSelectProps {
pickerProps?: CustomPickerProps;
touchableDoneProps?: CustomTouchableDoneProps;
touchableWrapperProps?: CustomTouchableWrapperProps;
Icon?: React.ReactNode;
Icon?: React.FC;
InputAccessoryView?: React.ReactNode;
darkTheme?: boolean;
}
Expand Down

0 comments on commit 4901928

Please sign in to comment.