Skip to content

Commit

Permalink
fix(styletron): relax styletron-component (uber#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingGeek authored Sep 15, 2020
1 parent 2f75282 commit 64033ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type StyletronComponent<
};

type StyleFn<Theme> = {
(string): StyletronComponent<{||}>,
(string): StyletronComponent<{}>,

(string, StyleObject): StyletronComponent<{}>,

Expand Down

0 comments on commit 64033ed

Please sign in to comment.