Export Alert's type ButtonsArray for external use

Reviewed By: mmmulani

Differential Revision: D4623764

fbshipit-source-id: 9c4edc98e15603bdae180ec4b6c27b677bba1d53
This commit is contained in:
Valentin Shergin 2017-03-06 12:44:10 -08:00 committed by Facebook Github Bot
parent d1411f11d3
commit 4e437c1232
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/