Skip to content

Commit fe140bc

Browse files
prettier: format StyleSheetTypes.js
1 parent 981de82 commit fe140bc

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,13 +1106,14 @@ export type ____DangerouslyImpreciseStyleProp_Internal = StyleProp<
11061106
>,
11071107
>;
11081108

1109-
export type ____DangerouslyImpreciseAnimatedStyleProp_Internal = WithAnimatedValue<
1110-
StyleProp<
1111-
____WithConditionalValues_Internal<
1112-
Partial<____DangerouslyImpreciseStyle_Internal>,
1109+
export type ____DangerouslyImpreciseAnimatedStyleProp_Internal =
1110+
WithAnimatedValue<
1111+
StyleProp<
1112+
____WithConditionalValues_Internal<
1113+
Partial<____DangerouslyImpreciseStyle_Internal>,
1114+
>,
11131115
>,
1114-
>,
1115-
>;
1116+
>;
11161117

11171118
export type ____ViewStyleProp_Internal = StyleProp<
11181119
____WithConditionalValues_Internal<Readonly<Partial<____ViewStyle_Internal>>>,

0 commit comments

Comments
 (0)