Skip to main content

TextDecorationColor

type TextDecorationColor =
| {
readonly value: SolidPaint
}
| {
readonly value: 'AUTO'
}