mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 17:54:48 +00:00
Export Alert's type ButtonsArray for external use
Reviewed By: mmmulani Differential Revision: D4623764 fbshipit-source-id: 9c4edc98e15603bdae180ec4b6c27b677bba1d53
This commit is contained in:
parent
d1411f11d3
commit
4e437c1232
@ -61,7 +61,7 @@ export type AlertButtonStyle = $Enum<{
|
|||||||
* @property {Function=} onPress Callback function when button pressed
|
* @property {Function=} onPress Callback function when button pressed
|
||||||
* @property {AlertButtonStyle=} style Button style
|
* @property {AlertButtonStyle=} style Button style
|
||||||
*/
|
*/
|
||||||
type ButtonsArray = Array<{
|
export type ButtonsArray = Array<{
|
||||||
/**
|
/**
|
||||||
* Button label
|
* Button label
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user