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 26b9919 commit 38075faCopy full SHA for 38075fa
1 file changed
packages/jss/src/index.d.ts
@@ -35,6 +35,7 @@ export type Styles<
35
> = Record<
36
Name,
37
| JssStyle<Props, Theme>
38
+ | Array<JssStyle<Props, Theme>>
39
| string
40
| Func<Props, Theme, JssStyle<undefined, undefined> | string | null | undefined>
41
| Observable<JssStyle | string | null | undefined>
0 commit comments