We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5e10 commit d39f880Copy full SHA for d39f880
index.d.ts
@@ -82,7 +82,7 @@ export interface PickerSelectProps {
82
onDonePress?: () => void;
83
onUpArrow?: () => void;
84
onDownArrow?: () => void;
85
- onClose?: () => void;
+ onClose?: (donePressed: boolean) => void;
86
modalProps?: CustomModalProps;
87
textInputProps?: CustomTextInputProps;
88
pickerProps?: CustomPickerProps;
0 commit comments