Skip to content

Commit fbc76a6

Browse files
committed
[LOCAL] Unfix the typo that would be a breaking change
1 parent 1b30689 commit fbc76a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export interface TransformsStyle {
181181
transform?:
182182
| Readonly<
183183
MaximumOneOf<
184-
PerspectiveTransform &
184+
PerpectiveTransform &
185185
RotateTransform &
186186
RotateXTransform &
187187
RotateYTransform &

0 commit comments

Comments
 (0)