Skip to content

Commit

Permalink
Fix typo in styled-components_v4.x.x (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloller authored and AndrewSouthpaw committed Nov 14, 2019
1 parent 5a7f14d commit bac16db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ declare module 'styled-components' {
value: StyleSheet,
|}>

declare export class StylSheetManager extends React$Component<SCMProps> {
declare export class StyleSheetManager extends React$Component<SCMProps> {
getContext(sheet: ?StyleSheet, target: ?HTMLElement): StyleSheet;
render(): React$Element<StyleSheetProvider>
}
Expand Down

0 comments on commit bac16db

Please sign in to comment.