Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
intergalacticspacehighway committed Jan 5, 2025
1 parent 3c443c3 commit a21b3e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8376,12 +8376,13 @@ exports[`public API should not change unintentionally Libraries/StyleSheet/proce
| { type: \\"angle\\", value: number }
| { type: \\"keyword\\", value: string };
type ColorStopColor = ProcessedColorValue | null;
type ColorStopPosition = number | string | null;
type ParsedGradientValue = {
type: \\"linearGradient\\",
direction: LinearGradientDirection,
colorStops: $ReadOnlyArray<{
color: ColorStopColor,
position: number,
position: ColorStopPosition,
}>,
};
declare export default function processBackgroundImage(
Expand Down

0 comments on commit a21b3e6

Please sign in to comment.