Skip to content

Commit 0da9456

Browse files
committed
Add content to style prop
1 parent 1ddbcb3 commit 0da9456

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/empty-students-marry.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 content to style props

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ export interface DevupUiTextProps {
3232
textTransform?: ResponsiveValue<Property.TextTransform>
3333
whiteSpace?: ResponsiveValue<Property.WhiteSpace>
3434
wordSpacing?: ResponsiveValue<Property.WordSpacing>
35+
36+
content?: ResponsiveValue<Property.Content>
3537
}

0 commit comments

Comments
 (0)