mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
[react-native] Add onDismiss prop to Modal
This commit is contained in:
5
types/react-native/index.d.ts
vendored
5
types/react-native/index.d.ts
vendored
@@ -4364,6 +4364,11 @@ export interface ModalProperties {
|
||||
* @platform ios
|
||||
*/
|
||||
onOrientationChange?: () => void;
|
||||
/**
|
||||
* The `onDismiss` prop allows passing a function that will be called once the modal has been dismissed.
|
||||
* @platform ios
|
||||
*/
|
||||
onDismiss?: () => void;
|
||||
}
|
||||
|
||||
export interface ModalStatic extends React.ComponentClass<ModalProperties> {}
|
||||
|
||||
Reference in New Issue
Block a user