(base: number, baseFontSize = 14)
| 36 | } |
| 37 | |
| 38 | function fontRelative(base: number, baseFontSize = 14): `[${string}]` { |
| 39 | return `[${internalFontRelative(base, baseFontSize)}]`; |
| 40 | } |
| 41 | |
| 42 | export const field = () => |
| 43 | ({ |
no outgoing calls
no test coverage detected