Skip to content

Commit 8af865c

Browse files
author
Oden
authored
Update index.d.ts
1 parent 0734c3e commit 8af865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ declare module "react-css-themr"
3434
identifier: string,
3535
defaultTheme?: {},
3636
options?: IThemrOptions
37-
): <P, S>(component: new() => React.Component<P, S>) => ThemedComponentClass<P, S>;
37+
): <P, S>(component: new(props?: P, context?: any) => React.Component<P, S>) => ThemedComponentClass<P, S>;
3838
}

0 commit comments

Comments
 (0)