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 8897213 commit 502a642Copy full SHA for 502a642
index.d.ts
@@ -35,6 +35,6 @@ declare module "@friendsofreactjs/react-css-themr" {
35
identifier: string | number | symbol,
36
defaultTheme?: {},
37
options?: IThemrOptions
38
- ): <P, S>(component: (new(props?: P, context?: any) => React.Component<P, S>) | React.SFC<P>) =>
+ ): <P, S>(component: (new(props: P, context?: any) => React.Component<P, S>) | React.SFC<P>) =>
39
ThemedComponentClass<P & { mapThemrProps?: TMapThemrProps<P> }, S>;
40
}
0 commit comments