Text Decoration Line
Utilities for controlling the decoration line of text.
#
Table of classesClass
Properties
line-through
{ textDecorationLine: 'line-through' }
underline
{ textDecorationLine: 'underline' }
no-text-line
{ textDecorationLine: 'none' }
line-through-underline
{ textDecorationLine: 'line-through-underline' }