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 4b37767 + b84cbc1 commit 646048eCopy full SHA for 646048e
.changeset/thirty-tomatoes-beam.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/react": patch
3
4
+
5
+Update css.ts
packages/react/src/utils/css.ts
@@ -1,7 +1,7 @@
import { DevupCommonProps } from '../types/props'
import type { DevupSelectorProps } from '../types/props/selector'
-export function css(props: DevupCommonProps): string
+export function css(props: DevupCommonProps & DevupSelectorProps): string
export function css(strings: TemplateStringsArray): string
6
7
export function css(
0 commit comments