File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
packages/react/src/types/props Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @devup-ui/react " : patch
3+ ---
4+
5+ Add textDecoration type
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ export interface DevupUiTextProps {
2323 textDecorationColor ?: ResponsiveValue < Property . TextDecorationColor >
2424 textDecorationLine ?: ResponsiveValue < Property . TextDecorationLine >
2525 textDecorationStyle ?: ResponsiveValue < Property . TextDecorationStyle >
26+ textDecorationSkipInk ?: ResponsiveValue < Property . TextDecorationSkipInk >
27+ textDecorationThickness ?: ResponsiveValue < Property . TextDecorationThickness >
28+ textUnderlineOffset ?: ResponsiveValue < Property . TextUnderlineOffset >
29+ textUnderlinePosition ?: ResponsiveValue < Property . TextUnderlinePosition >
2630 textEmphasis ?: ResponsiveValue < Property . TextEmphasis >
2731 textEmphasisColor ?: ResponsiveValue < Property . TextEmphasisColor >
2832 textEmphasisPosition ?: ResponsiveValue < Property . TextEmphasisPosition >
You can’t perform that action at this time.
0 commit comments