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 facebook-github-bot committed May 25, 2023
1 parent dfd445c commit 2558c3d
Showing 1 changed file with 1 addition and 0 deletions.
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 2558c3d

Please sign in to comment.