mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 18:52:07 +00:00
@@ -27,12 +27,13 @@ module.exports = process.env.NODE_ENV !== 'production' ? {
|
|||||||
backgroundAttachment: string,
|
backgroundAttachment: string,
|
||||||
backgroundClip: string,
|
backgroundClip: string,
|
||||||
backgroundImage: string,
|
backgroundImage: string,
|
||||||
backgroundPosition: string,
|
|
||||||
backgroundOrigin: oneOf([ 'border-box', 'content-box', 'padding-box' ]),
|
backgroundOrigin: oneOf([ 'border-box', 'content-box', 'padding-box' ]),
|
||||||
|
backgroundPosition: string,
|
||||||
backgroundRepeat: string,
|
backgroundRepeat: string,
|
||||||
backgroundSize: string,
|
backgroundSize: string,
|
||||||
boxShadow: string,
|
boxShadow: string,
|
||||||
cursor: string,
|
cursor: string,
|
||||||
|
display: string,
|
||||||
outline: string,
|
outline: string,
|
||||||
overflowX: autoOrHiddenOrVisible,
|
overflowX: autoOrHiddenOrVisible,
|
||||||
overflowY: autoOrHiddenOrVisible,
|
overflowY: autoOrHiddenOrVisible,
|
||||||
|
|||||||
Reference in New Issue
Block a user