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: 22de2b9d93fc1674461c90dc7395e42626aa8277
  • Loading branch information
NickGerleman authored and facebook-github-bot committed May 25, 2023
1 parent dfd445c commit f82f694
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export interface TransformsStyle {
| SkewYTransform
| MatrixTransform
)[]
| string
| undefined;
/**
* @deprecated Use matrix in transform prop instead.
Expand Down

0 comments on commit f82f694

Please sign in to comment.