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.
1 parent 2ab9a9e commit 6182ae8Copy full SHA for 6182ae8
.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