(s: string)
| 64 | } |
| 65 | |
| 66 | export function placeholderWidth(s: string) { |
| 67 | return getTextWidth(s, "italic 16px 'Karla'") + EXPRESSION_TOKEN_SPACING * 2 |
| 68 | } |
| 69 | |
| 70 | export function labelStringWidth(s: string) { |
| 71 | return getTextWidth(s, "16px 'Karla'") |
no test coverage detected