(e, t)
| 4062 | return e[t] ?? e["width" === t ? "continuousWidth" : "continuousHeight"]; |
| 4063 | } |
| 4064 | function Ws(e, t) { |
| 4065 | const n = Is(e, t); |
| 4066 | return Rs(n) ? n.step : Bs; |
| 4067 | } |
| 4068 | function Is(e, t) { |
| 4069 | return U(e[t] ?? e["width" === t ? "discreteWidth" : "discreteHeight"], { |
| 4070 | step: e.step, |