Skip to content

Commit 804b507

Browse files
nikudaHenri
authored andcommitted
Match ts types to flow types, theming is optional (#1121)
1 parent dae1bf2 commit 804b507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-jss/src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface Options extends StyleSheetFactoryOptions {
4242
index?: number
4343
injectTheme?: boolean
4444
jss?: Jss
45-
theming: Theming<object>
45+
theming?: Theming<object>
4646
}
4747

4848
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>

0 commit comments

Comments
 (0)