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 0734c3e commit 8af865cCopy full SHA for 8af865c
index.d.ts
@@ -34,5 +34,5 @@ declare module "react-css-themr"
34
identifier: string,
35
defaultTheme?: {},
36
options?: IThemrOptions
37
- ): <P, S>(component: new() => React.Component<P, S>) => ThemedComponentClass<P, S>;
+ ): <P, S>(component: new(props?: P, context?: any) => React.Component<P, S>) => ThemedComponentClass<P, S>;
38
}
0 commit comments