We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87c9d commit 4901928Copy full SHA for 4901928
1 file changed
index.d.ts
@@ -88,7 +88,7 @@ export interface PickerSelectProps {
88
pickerProps?: CustomPickerProps;
89
touchableDoneProps?: CustomTouchableDoneProps;
90
touchableWrapperProps?: CustomTouchableWrapperProps;
91
- Icon?: React.ReactNode;
+ Icon?: React.FC;
92
InputAccessoryView?: React.ReactNode;
93
darkTheme?: boolean;
94
}
0 commit comments