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 dae1bf2 commit 804b507Copy full SHA for 804b507
1 file changed
packages/react-jss/src/index.d.ts
@@ -42,7 +42,7 @@ interface Options extends StyleSheetFactoryOptions {
42
index?: number
43
injectTheme?: boolean
44
jss?: Jss
45
- theming: Theming<object>
+ theming?: Theming<object>
46
}
47
48
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>
0 commit comments