(A, e)
| 18394 | return t.length === 1 ? ii(t[0], e, true) : t.length === 2 ? ((t[0] === "top" || t[0] === "bottom" || t[1] === "left" || t[1] === "right") && t.reverse(), { ...ii(t[0], e, true), ...ii(t[1], e, false) }) : {}; |
| 18395 | } |
| 18396 | function Vt(A, e) { |
| 18397 | let t = (0, import_css_to_react_native2.getPropertyName)(`mask-${e}`); |
| 18398 | return A[t] || A[`WebkitM${t.substring(1)}`]; |
| 18399 | } |
| 18400 | function qs(A) { |
| 18401 | let e = A.maskImage || A.WebkitMaskImage, t = { position: Vt(A, "position") || "0% 0%", size: Vt(A, "size") || "100% 100%", repeat: Vt(A, "repeat") || "repeat", origin: Vt(A, "origin") || "border-box", clip: Vt(A, "origin") || "border-box" }; |
| 18402 | return Vr(e).filter((n) => n && n !== "none").reverse().map((n) => ({ image: n, ...t })); |
no outgoing calls
no test coverage detected