diff --git a/Libraries/Alert/AlertIOS.js b/Libraries/Alert/AlertIOS.js index 500d0708d..4a8143024 100644 --- a/Libraries/Alert/AlertIOS.js +++ b/Libraries/Alert/AlertIOS.js @@ -61,7 +61,7 @@ export type AlertButtonStyle = $Enum<{ * @property {Function=} onPress Callback function when button pressed * @property {AlertButtonStyle=} style Button style */ -type ButtonsArray = Array<{ +export type ButtonsArray = Array<{ /** * Button label */