mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Added: coverScreen property missin gbut specified in documentation (#18415)
* Added: coverScreen property missin gbut specified in documentation * Incremented version number as this is that latest version of the node module * Fixed: Whitespace issues * Fixed: trailing whitespace in comment
This commit is contained in:
committed by
Sheetal Nandi
parent
257d5eb891
commit
f1ee5b73a5
+9
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for react-native-modalbox 1.3
|
||||
// Type definitions for react-native-modalbox 1.4
|
||||
// Project: https://github.com/maxs15/react-native-modalbox#readme
|
||||
// Definitions by: Kyle Roach <https://github.com/me>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -149,6 +149,14 @@ export interface ModalProps extends ViewProperties {
|
||||
*/
|
||||
backButtonClose?: boolean;
|
||||
|
||||
/**
|
||||
*
|
||||
* Default is false
|
||||
* @type {boolean}
|
||||
* @memberof ModalProps
|
||||
*/
|
||||
coverScreen?: boolean;
|
||||
|
||||
/**
|
||||
* If the modal should appear open without animation upon first mount
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user