From 4e437c1232771f1bce90340cc2ecd1deb0c90278 Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Mon, 6 Mar 2017 12:44:10 -0800 Subject: [PATCH] Export Alert's type ButtonsArray for external use Reviewed By: mmmulani Differential Revision: D4623764 fbshipit-source-id: 9c4edc98e15603bdae180ec4b6c27b677bba1d53 --- Libraries/Alert/AlertIOS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Alert/AlertIOS.js b/Libraries/Alert/AlertIOS.js index 500d0708d68..4a8143024a1 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 */