mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
@@ -23,7 +23,7 @@ export interface LinearGradient {
|
||||
colors: ColorStop[];
|
||||
}
|
||||
export interface Background {
|
||||
readonly color?: number;
|
||||
readonly color?: number | Color;
|
||||
readonly image?: URL | LinearGradient;
|
||||
readonly repeat?: BackgroundRepeat;
|
||||
readonly position?: BackgroundPosition;
|
||||
|
||||
Reference in New Issue
Block a user