mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 19:24:21 +00:00
@@ -213,6 +213,7 @@ Controls whether the View can be the target of touch events. The enhanced
|
|||||||
+ `opacity`
|
+ `opacity`
|
||||||
+ `order`
|
+ `order`
|
||||||
+ `outline` ‡
|
+ `outline` ‡
|
||||||
|
+ `outlineColor` ‡
|
||||||
+ `overflow`
|
+ `overflow`
|
||||||
+ `overflowX` ‡
|
+ `overflowX` ‡
|
||||||
+ `overflowY` ‡
|
+ `overflowY` ‡
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ module.exports = {
|
|||||||
boxShadow: string,
|
boxShadow: string,
|
||||||
cursor: string,
|
cursor: string,
|
||||||
outline: string,
|
outline: string,
|
||||||
|
outlineColor: ColorPropType,
|
||||||
perspective: oneOfType([number, string]),
|
perspective: oneOfType([number, string]),
|
||||||
perspectiveOrigin: string,
|
perspectiveOrigin: string,
|
||||||
transitionDelay: string,
|
transitionDelay: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user