We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f167da2 + 6182ae8 commit 27ee601Copy full SHA for 27ee601
2 files changed
.changeset/gold-steaks-begin.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/react": patch
3
4
+
5
+Fix styleVars type
packages/react/src/types/props/index.ts
@@ -69,5 +69,5 @@ export interface DevupProps<T extends React.ElementType>
69
DevupSelectorProps,
70
DevupThemeSelectorProps {
71
as?: T
72
- styleVars?: Record<string, string>
+ styleVars?: Record<string, string | undefined>
73
}
0 commit comments