diff --git a/.changeset/thirty-tomatoes-beam.md b/.changeset/thirty-tomatoes-beam.md new file mode 100644 index 00000000..e4069b65 --- /dev/null +++ b/.changeset/thirty-tomatoes-beam.md @@ -0,0 +1,5 @@ +--- +"@devup-ui/react": patch +--- + +Update css.ts diff --git a/packages/react/src/utils/css.ts b/packages/react/src/utils/css.ts index 3a8a876c..d34cc92d 100644 --- a/packages/react/src/utils/css.ts +++ b/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 export function css(