Skip to content

Commit 6f3812b

Browse files
committed
Remove reference to React.SFC
1 parent 11d055e commit 6f3812b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class Log extends React.Component<{}, {}> {}
1010

1111
export interface TraceProps {
1212
trace: (msg: string) => void,
13-
LifecyclePanel : React.SFC
13+
LifecyclePanel : () => JSX.Element
1414
}
1515

1616
// Diff / Omit from https://github.com/Microsoft/TypeScript/issues/12215#issuecomment-311923766

0 commit comments

Comments
 (0)