Fix a few more Flow warnings
Differential Revision: D6236901 fbshipit-source-id: d98c46cce83ddb45d7f9139d981595eaaeeff933
This commit is contained in:
parent
fd9c3618fc
commit
e0202e459f
|
@ -17,7 +17,7 @@ const Platform = require('Platform');
|
|||
|
||||
import type { AlertType, AlertButtonStyle } from 'AlertIOS';
|
||||
|
||||
type Buttons = Array<{
|
||||
export type Buttons = Array<{
|
||||
text?: string,
|
||||
onPress?: ?Function,
|
||||
style?: AlertButtonStyle,
|
||||
|
|
Loading…
Reference in New Issue