Skip to content

Instantly share code, notes, and snippets.

@calebmer
Created May 15, 2016 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calebmer/32f8ddf6ebc1022c8a3b320f8d24584c to your computer and use it in GitHub Desktop.
Save calebmer/32f8ddf6ebc1022c8a3b320f8d24584c to your computer and use it in GitHub Desktop.
React Hot Loader 3 Typings
declare module 'react-hot-loader' {
import React = __React
interface AppContainerProps {
children?: React.ReactElement<any>
}
export class AppContainer extends React.Component<AppContainerProps, {}> {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment