Skip to content

Commit 646048e

Browse files
authored
Merge pull request #48 from belltalion/patch-1
Update css.ts
2 parents 4b37767 + b84cbc1 commit 646048e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thirty-tomatoes-beam.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+
Update css.ts

packages/react/src/utils/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DevupCommonProps } from '../types/props'
22
import type { DevupSelectorProps } from '../types/props/selector'
33

4-
export function css(props: DevupCommonProps): string
4+
export function css(props: DevupCommonProps & DevupSelectorProps): string
55
export function css(strings: TemplateStringsArray): string
66

77
export function css(

0 commit comments

Comments
 (0)