Skip to content

Commit

Permalink
Allow string transform style in TypeScript
Browse files Browse the repository at this point in the history
Summary:
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

Differential Revision: D46161450

fbshipit-source-id: 29b7573d7a8932b784aebcb175090287966b6d5f
  • Loading branch information
NickGerleman authored and facebook-github-bot committed May 25, 2023
1 parent d4f6cf1 commit bea9940
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 bea9940

Please sign in to comment.