Skip to content

Commit b245919

Browse files
NickGerlemanLuna Wei
authored and
Luna Wei
committed
Allow string transform style in TypeScript (#37569)
Summary: Pull Request resolved: #37569 Fixes #37543 Missed as part of D39423409 (or maybe we didn't have TS types inline yet?) Changelog: [General][Fixed] - Allow string `transform` style in TypeScript Reviewed By: cortinico Differential Revision: D46161450 fbshipit-source-id: 24ee9e19365b7209ec0a2c8fb5a5d7ac78203f4d
1 parent b8040b9 commit b245919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/StyleSheet/StyleSheetTypes.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export interface TransformsStyle {
180180
| SkewYTransform
181181
| MatrixTransform
182182
)[]
183+
| string
183184
| undefined;
184185
/**
185186
* @deprecated Use matrix in transform prop instead.

0 commit comments

Comments
 (0)