diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 4a8a22f45831..32cf5743b837 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -593,6 +593,8 @@ declare type ____BlendMode_Internal = | "saturation" | "screen" | "soft-light" +// Test change for workflow validation DO NOT MERGE +declare type TestType = string declare type ____ColorValue_Internal = NativeColorValue | null | number | string declare type ____DangerouslyImpreciseAnimatedStyleProp_Internal = WithAnimatedValue>> @@ -6216,6 +6218,7 @@ export { TVViewPropsIOS, // 330ce7b5 TargetedEvent, // 16e98910 TaskProvider, // 266dedf2 + TestType, // test Text, // e55ac2e2 TextContentType, // 239b3ecc TextInput, // cf7a3331