diff --git a/.changeset/mighty-areas-vanish.md b/.changeset/mighty-areas-vanish.md new file mode 100644 index 00000000..22ff02cc --- /dev/null +++ b/.changeset/mighty-areas-vanish.md @@ -0,0 +1,5 @@ +--- +"@devup-ui/react": patch +--- + +Add textDecoration type diff --git a/packages/react/src/types/props/text.ts b/packages/react/src/types/props/text.ts index f28e3883..865b9f1e 100644 --- a/packages/react/src/types/props/text.ts +++ b/packages/react/src/types/props/text.ts @@ -23,6 +23,10 @@ export interface DevupUiTextProps { textDecorationColor?: ResponsiveValue textDecorationLine?: ResponsiveValue textDecorationStyle?: ResponsiveValue + textDecorationSkipInk?: ResponsiveValue + textDecorationThickness?: ResponsiveValue + textUnderlineOffset?: ResponsiveValue + textUnderlinePosition?: ResponsiveValue textEmphasis?: ResponsiveValue textEmphasisColor?: ResponsiveValue textEmphasisPosition?: ResponsiveValue