Skip to content

Commit

Permalink
Allow string transform style in TypeScript (#37569)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
NickGerleman authored and Luna Wei committed Jun 6, 2023
1 parent b8040b9 commit b245919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/StyleSheet/StyleSheetTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export interface TransformsStyle {
| SkewYTransform
| MatrixTransform
)[]
| string
| undefined;
/**
* @deprecated Use matrix in transform prop instead.
Expand Down

0 comments on commit b245919

Please sign in to comment.