We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981de82 commit fe140bcCopy full SHA for fe140bc
1 file changed
packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js
@@ -1106,13 +1106,14 @@ export type ____DangerouslyImpreciseStyleProp_Internal = StyleProp<
1106
>,
1107
>;
1108
1109
-export type ____DangerouslyImpreciseAnimatedStyleProp_Internal = WithAnimatedValue<
1110
- StyleProp<
1111
- ____WithConditionalValues_Internal<
1112
- Partial<____DangerouslyImpreciseStyle_Internal>,
+export type ____DangerouslyImpreciseAnimatedStyleProp_Internal =
+ WithAnimatedValue<
+ StyleProp<
+ ____WithConditionalValues_Internal<
1113
+ Partial<____DangerouslyImpreciseStyle_Internal>,
1114
+ >,
1115
- >,
->;
1116
+ >;
1117
1118
export type ____ViewStyleProp_Internal = StyleProp<
1119
____WithConditionalValues_Internal<Readonly<Partial<____ViewStyle_Internal>>>,
0 commit comments