diff --git a/index.d.ts b/index.d.ts index 33983db..1760dbc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -82,7 +82,7 @@ export interface PickerSelectProps { onDonePress?: () => void; onUpArrow?: () => void; onDownArrow?: () => void; - onClose?: () => void; + onClose?: (donePressed: boolean) => void; modalProps?: CustomModalProps; textInputProps?: CustomTextInputProps; pickerProps?: CustomPickerProps;