Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/react-native/ReactNativeApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<StyleProp<Partial<____DangerouslyImpreciseStyle_Internal>>>
Expand Down Expand Up @@ -6216,6 +6218,7 @@ export {
TVViewPropsIOS, // 330ce7b5
TargetedEvent, // 16e98910
TaskProvider, // 266dedf2
TestType, // test
Text, // e55ac2e2
TextContentType, // 239b3ecc
TextInput, // cf7a3331
Expand Down
Loading