We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b375d41 commit 41a24aaCopy full SHA for 41a24aa
1 file changed
src/styled.js
@@ -14,7 +14,7 @@ import type {
14
15
type StyledArgs = {
16
tagName: string,
17
- elementStyle: Object,
+ elementStyle: ComponentStyleType,
18
mountSheets: Function
19
}
20
0 commit comments