From a21b3e65f3172b087572f85717f3c9190bc3767f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nishan=20=28o=5E=E2=96=BD=5Eo=29?= Date: Sun, 5 Jan 2025 23:50:16 +1300 Subject: [PATCH] update snapshot --- .../Libraries/__tests__/__snapshots__/public-api-test.js.snap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap b/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap index c9fbdae9d8f296..d92e8c017c157a 100644 --- a/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap +++ b/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap @@ -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(