There was an error while loading. Please reload this page.
1 parent 11d055e commit 6f3812bCopy full SHA for 6f3812b
index.d.ts
@@ -10,7 +10,7 @@ export class Log extends React.Component<{}, {}> {}
10
11
export interface TraceProps {
12
trace: (msg: string) => void,
13
- LifecyclePanel : React.SFC
+ LifecyclePanel : () => JSX.Element
14
}
15
16
// Diff / Omit from https://github.com/Microsoft/TypeScript/issues/12215#issuecomment-311923766
0 commit comments