mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
[react-native] Added platform indicator to presentationStyle prop
This commit is contained in:
1
types/react-native/index.d.ts
vendored
1
types/react-native/index.d.ts
vendored
@@ -4401,6 +4401,7 @@ export interface ModalProperties {
|
||||
onDismiss?: () => void;
|
||||
/**
|
||||
* The `presentationStyle` determines the style of modal to show
|
||||
* @platform ios
|
||||
*/
|
||||
presentationStyle?: "fullScreen" | "pageSheet" | "formSheet" | "overFullScreen";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user