File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/react/src/types/props Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @devup-ui/react ' : patch
3+ ---
4+
5+ Fix color typing
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ export interface DevupUiBackgroundProps {
88 bgAttachment ?: ResponsiveValue < Property . BackgroundAttachment >
99 bgClip ?: ResponsiveValue < Property . BackgroundClip >
1010 bgColor ?: ResponsiveValue < Property . BackgroundColor | keyof DevupThemeColors >
11+ color ?: ResponsiveValue < Property . Color | keyof DevupThemeColors >
12+ background ?: ResponsiveValue < Property . Background | keyof DevupThemeColors >
13+ backgroundColor ?: ResponsiveValue <
14+ Property . BackgroundColor | keyof DevupThemeColors
15+ >
1116 bgImage ?: ResponsiveValue < Property . BackgroundImage >
1217 bgOrigin ?: ResponsiveValue < Property . BackgroundOrigin >
1318 bgPosition ?: ResponsiveValue < Property . BackgroundPosition >
You can’t perform that action at this time.
0 commit comments