diff --git a/Libraries/Alert/Alert.d.ts b/Libraries/Alert/Alert.d.ts index 6fdd18ad8ec78c..788f1f5ae72e42 100644 --- a/Libraries/Alert/Alert.d.ts +++ b/Libraries/Alert/Alert.d.ts @@ -77,6 +77,7 @@ export interface AlertStatic { type?: AlertType, defaultValue?: string, keyboardType?: string, + options?: AlertOptions, ) => void; }