Interface: BackgroundStyleProps
Hierarchy
-
BackgroundStyleProps
Properties
backgroundColor
• Optional
backgroundColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
backgroundGradient
• Optional
backgroundGradient: Object
Type declaration
Name | Type |
---|---|
from | ColorProp |
to | ColorProp |
orientation | "TOP_BOTTOM" | "TR_BL" | "RIGHT_LEFT" | "BR_TL" | "BOTTOM_TOP" | "BL_TR" | "LEFT_RIGHT" | "TL_BR" |