Skip to content

Commit 4901928

Browse files
authored
Fix Icon prop type (#529)
1 parent cf87c9d commit 4901928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export interface PickerSelectProps {
8888
pickerProps?: CustomPickerProps;
8989
touchableDoneProps?: CustomTouchableDoneProps;
9090
touchableWrapperProps?: CustomTouchableWrapperProps;
91-
Icon?: React.ReactNode;
91+
Icon?: React.FC;
9292
InputAccessoryView?: React.ReactNode;
9393
darkTheme?: boolean;
9494
}

0 commit comments

Comments
 (0)