mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
6 lines
277 B
Plaintext
6 lines
277 B
Plaintext
partial interface CSSStyleDeclaration {
|
|
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString transform;
|
|
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString transformOrigin;
|
|
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString transformBox;
|
|
};
|