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 bac9016 commit 840553dCopy full SHA for 840553d
.changeset/cozy-llamas-double.md
@@ -0,0 +1,5 @@
1
+---
2
+'@devup-ui/react': patch
3
4
+
5
+Global css typing
packages/react/src/utils/global-css.ts
@@ -33,10 +33,9 @@ type GlobalCssProps = {
33
DevupSelectorProps &
34
DevupThemeSelectorProps
35
} & {
36
- [K in
37
- | keyof HTMLElementTagNameMap
38
- | keyof SVGElementTagNameMap
39
- | '*']?: DevupCommonProps & DevupSelectorProps & DevupThemeSelectorProps
+ [K in `${keyof HTMLElementTagNameMap | keyof SVGElementTagNameMap | '.' | '*' | '#' | ':' | '['}${string}`]?: DevupCommonProps &
+ DevupSelectorProps &
+ DevupThemeSelectorProps
40
}
41
42
interface FontFaceProps {
0 commit comments