Skip to content

Commit 8cd39d5

Browse files
authored
Update index.d.ts
1 parent 1373967 commit 8cd39d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export type WrappedComponentFactory<P> = (props: P) => JSX.Element;
105105

106106
export type WrappedComponent<P> =
107107
| React.ComponentClass<P>
108-
| React.SFC<P>
108+
| React.FC<P>
109109
| WrappedComponentFactory<P>;
110110

111111
export function SortableContainer<P>(

0 commit comments

Comments
 (0)