Skip to content

Commit

Permalink
Update Component type
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Feb 19, 2021
1 parent bb32932 commit b7904f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/testing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ interface Options {
}

interface BehavesAsComponent {
Component: React.FunctionComponent<any>
Component: React.ComponentType<any>
systemPropArray: any[]
toRender?: () => React.ReactElement
options?: Options
Expand Down

0 comments on commit b7904f6

Please sign in to comment.