(e, t, n = {})
| 19061 | } |
| 19062 | }; |
| 19063 | function qs(e, t, n = {}) { |
| 19064 | let r = t == null ? void 0 : t[e]; |
| 19065 | if (!r) |
| 19066 | return dt("fontSize", e, n); |
| 19067 | if (typeof r == "string") |
| 19068 | return Bt("fontSize", r); |
| 19069 | let i = {}, [o, s] = r, a = Wf("fontSize", o); |
| 19070 | if (a && (i = a), typeof s == "string") |
| 19071 | return _(xi("lineHeight", Ff(s, i), i)); |
| 19072 | let { lineHeight: u2, letterSpacing: f } = s; |
| 19073 | return u2 && xi("lineHeight", Ff(u2, i), i), f && xi("letterSpacing", f, i), _(i); |
| 19074 | } |
| 19075 | function Ff(e, t) { |
| 19076 | let n = Fe(e); |
| 19077 | if (n) { |
no test coverage detected