diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 5df96edc2f2e38..cae6931a780fb0 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -2,5 +2,5 @@ export declare type AlertButton = { isPreferred?: boolean; onPress?: (((value?: string) => any) | undefined) | (Function | undefined); style?: AlertButtonStyle; - text?: string; + // text?: string; };