Skip to content

Commit 41a24aa

Browse files
committed
Fix elementStyle type
1 parent b375d41 commit 41a24aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type {
1414

1515
type StyledArgs = {
1616
tagName: string,
17-
elementStyle: Object,
17+
elementStyle: ComponentStyleType,
1818
mountSheets: Function
1919
}
2020

0 commit comments

Comments
 (0)