Skip to content

Commit ca1a813

Browse files
authored
Merge pull request #43 from dev-five-git/content
Add content to style prop
2 parents 1ddbcb3 + 0da9456 commit ca1a813

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)