Skip to content

Commit e7fd185

Browse files
committed
Add type prop
1 parent 0e1ab6e commit e7fd185

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/mighty-areas-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/react": patch
3+
---
4+
5+
Add textDecoration type

packages/react/src/types/props/text.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)