mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Merge pull request #22961 from foxmicha/patch-1
Update React-Native Modal prop typings
This commit is contained in:
Vendored
+1
-1
@@ -4363,7 +4363,7 @@ export interface ModalProperties {
|
||||
* The orientation provided is only 'portrait' or 'landscape'. This callback is also called on initial render, regardless of the current orientation.
|
||||
* @platform ios
|
||||
*/
|
||||
onOrientationChange?: () => void;
|
||||
onOrientationChange?: (event?: NativeSyntheticEvent<any>) => void;
|
||||
/**
|
||||
* The `onDismiss` prop allows passing a function that will be called once the modal has been dismissed.
|
||||
* @platform ios
|
||||
|
||||
Reference in New Issue
Block a user