Skip to main content

TextDecorationOffset

type TextDecorationOffset =
| {
readonly value: number
readonly unit: 'PIXELS' | 'PERCENT'
}
| {
readonly unit: 'AUTO'
}