Skip to content

Commit

Permalink
[styled-components_v4.x.x] Fix typo in SCMProps children type (#3614)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOpenDevProject authored and pascalduez committed Oct 25, 2019
1 parent c61cfa6 commit e7737a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ declare module 'styled-components' {
declare export function isStyledComponent(target: any): boolean;

declare type SCMProps = {
children?: Reactt$Element<any>,
children?: React$Element<any>,
sheet?: StyleSheet,
target?: HTMLElement,
...
Expand Down

0 comments on commit e7737a3

Please sign in to comment.