From e7fd185b0840df16cfa7c1edd0f3b2c6d9ba6d38 Mon Sep 17 00:00:00 2001 From: owjs3901 Date: Wed, 26 Feb 2025 17:22:44 +0900 Subject: [PATCH] Add type prop --- .changeset/mighty-areas-vanish.md | 5 +++++ packages/react/src/types/props/text.ts | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/mighty-areas-vanish.md 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