Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Cleaned up a little now that it isn't 2 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
kkolstad committed Feb 24, 2018
1 parent 3b9e0b2 commit 8e857f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-appinsights.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ declare module 'react-appinsights' {
history: History
): void;
ai(): Microsoft.ApplicationInsights.IAppInsights;
trackRouterChange: () => any;
setAppContext: (properties: {}) => void;
trackRouterChange(): void;
setAppContext(properties: {}): void;
}

export class TrackedComponent<P = {}, S = {}> extends React.Component<P, S> {}
Expand Down

0 comments on commit 8e857f7

Please sign in to comment.