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 8abb772 commit e1bf747Copy full SHA for e1bf747
docs/users.md
@@ -39,4 +39,3 @@
39
[React Admin](https://marmelab.com/react-admin/)
40
41
[SwissDev Jobs](https://swissdevjobs.ch/jobs/JavaScript/All)
42
-
packages/jss/src/index.d.ts
@@ -11,7 +11,7 @@ type JssStyleP = {
11
[key: string]: FnValue<JssValue | JssStyleP>
12
}
13
14
-export type JssStyle = CssProperties & JssStyleP;
+export type JssStyle = CssProperties & JssStyleP
15
16
export type Styles<Name extends string | number | symbol = string> = Record<Name, JssStyle | string>
17
export type Classes<Name extends string | number | symbol = string> = Record<Name, string>
0 commit comments