We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386f756 commit f1458d3Copy full SHA for f1458d3
1 file changed
src/styled.js
@@ -36,7 +36,7 @@ const styled = ({tagName, elementStyle, mountSheet}: StyledArgs) => {
36
props: StyledElementPropsType
37
sheet: JssSheet
38
state: {theme?: Object}
39
- unsubscribe: Function
+ unsubscribe: ?Function
40
41
dynamicTagName = ''
42
setTheme = (theme: Object) => this.setState({theme})
0 commit comments